mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
Add Stategen Log (#9460)
* add log * amend it Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -25,6 +25,7 @@ func (s *State) ReplayBlocks(
|
||||
defer span.End()
|
||||
|
||||
var err error
|
||||
log.Debugf("Replaying state from slot %d till slot %d", state.Slot(), targetSlot)
|
||||
// The input block list is sorted in decreasing slots order.
|
||||
if len(signed) > 0 {
|
||||
for i := len(signed) - 1; i >= 0; i-- {
|
||||
|
||||
Reference in New Issue
Block a user