Skip to content

Commit

Permalink
Add Stategen Log (#9460)
Browse files Browse the repository at this point in the history
* add log

* amend it

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
(cherry picked from commit 0d60863)
  • Loading branch information
nisdas authored and prestonvanloon committed Aug 27, 2021
1 parent 071e692 commit ee13040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/state/stategen/replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-- {
Expand Down

0 comments on commit ee13040

Please sign in to comment.