Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Dec 3, 2021
1 parent e2a0e70 commit 933013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/sync/chain_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ func handleReadyBlock(bd *types.BlockData, pendingBlocks DisjointBlockSet, ready
}

if bd.Header == nil {
logger.Criticalf("new ready block number (unknown) with hash %s", bd.Header.Number, bd.Hash)
logger.Criticalf("new ready block number (unknown) with hash %s", bd.Hash)
return
}

Expand Down

0 comments on commit 933013b

Please sign in to comment.