forked from mirror/go-ethereum
ethclient: fix error handling for header test (#22514)
The wantErr field was disused, and the error returned by HeaderByNumber was not properly tested. This simplifies the error checking using errors.Is and asserts that getting an expected missing header returns ethereum.NotFound. Also adds a nil check condition for header.Number before using big.Int's Sign method.revert-23120-drop-eth-65
parent
6a528fce33
commit
aa8b2189c6
Loading…
Reference in new issue