Header.Hash
returns wrong values on testnets (not on mainnet)
#23511
Labels
Header.Hash
returns wrong values on testnets (not on mainnet)
#23511
System information
Geth versions: Tested with 1.10.5, 1.10.6 and 1.10.8
OS & Version: Linux
Expected behaviour
Header.Hash()
returns the hash value of the block.Actual behaviour
Header.Hash()
returns a different hash value, not obviously connected to the actual hash value.Steps to reproduce the behaviour
Run the minimal example at https://github.com/sebastianst/geth-header-test
It will output something like
Tested to fail on Goerli and Rinkeby.
Possibly connected to #23509 but this issue is about the Go API.
The text was updated successfully, but these errors were encountered: