mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 05:27:19 +00:00
print better log
This commit is contained in:
parent
08590211e6
commit
34ba380087
@ -73,7 +73,7 @@ func (s *State) GetLocalHeight(db ethdb.KVGetter) (uint64, error) {
|
||||
}
|
||||
|
||||
func (s *State) UnwindTo(blockNumber uint64, tx TxOrDb, badBlock common.Hash) error {
|
||||
log.Info("UnwindTo", "block", blockNumber, "bad_block_hash", badBlock)
|
||||
log.Info("UnwindTo", "block", blockNumber, "bad_block_hash", badBlock.String())
|
||||
for _, stage := range s.unwindOrder {
|
||||
if stage.Disabled {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user