Skip to content

Commit

Permalink
FIX: Ext hdr hash in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Feb 3, 2025
1 parent 0d3b234 commit 9c0e7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/block/sovereignChainBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ func (scbp *sovereignChainBlockProcessor) restoreExtendedHeaderIntoPool(extended
log.Debug("extended block has been restored successfully",
"round", extendedHdr.GetRound(),
"nonce", extendedHdr.GetNonce(),
"hash", extendedHdr)
"hash", extendedHdrHash)
}

return nil
Expand Down

0 comments on commit 9c0e7d4

Please sign in to comment.