Skip to content

Commit

Permalink
zero Hash --> zero hash
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Jul 2, 2024
1 parent 9b75dd8 commit cca8888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/parlia/parlia.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ func (p *Parlia) verifyHeader(chain consensus.ChainHeaderReader, header *types.H
}
} else {
if header.ParentBeaconRoot == nil || *header.ParentBeaconRoot != (common.Hash{}) {
return fmt.Errorf("invalid parentBeaconRoot, have %#x, expected zero Hash", header.ParentBeaconRoot)
return fmt.Errorf("invalid parentBeaconRoot, have %#x, expected zero hash", header.ParentBeaconRoot)
}
}

Expand Down

0 comments on commit cca8888

Please sign in to comment.