Skip to content

Commit

Permalink
amend it
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Aug 25, 2021
1 parent 65fb14e commit 6ff1590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/state/stategen/replay.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (s *State) ReplayBlocks(
defer span.End()

var err error
log.Debugf("Replaying state from %d till %d", state.Slot(), targetSlot)
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 6ff1590

Please sign in to comment.