Skip to content

Commit

Permalink
add forkid into log of proposed block (erigontech#759)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Staykov <[email protected]>
  • Loading branch information
mandrigin and V-Staykov authored Jul 10, 2024
1 parent 3321a6b commit c408ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/stages/stage_sequence_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func SpawnSequencingStage(
return err
}

log.Info(fmt.Sprintf("[%s] Starting block %d...", logPrefix, blockNumber+1))
log.Info(fmt.Sprintf("[%s] Starting block %d (forkid %v)...", logPrefix, blockNumber+1, forkId))

reRunBlockAfterOverflow := blockNumber == lastStartedBn
lastStartedBn = blockNumber
Expand Down

0 comments on commit c408ccc

Please sign in to comment.