mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Clean up unused code (#11900)
* Clean up unused code * More unused Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1470,7 +1470,7 @@ func TestHeaderByHash_NotFound(t *testing.T) {
|
||||
srv := &Service{}
|
||||
srv.rpcClient = RPCClientBad{}
|
||||
|
||||
_, err := srv.HeaderByHash(context.Background(), common.Hash([32]byte{}))
|
||||
_, err := srv.HeaderByHash(context.Background(), [32]byte{})
|
||||
assert.Equal(t, ethereum.NotFound, err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user