fix bad test.
This commit is contained in:
parent
8cded9f8d2
commit
c61267cadc
@ -192,7 +192,7 @@ func TestEthOpenRPCConformance(t *testing.T) {
|
|||||||
{
|
{
|
||||||
method: "eth_feeHistory",
|
method: "eth_feeHistory",
|
||||||
call: func(a *ethAPIRaw) (json.RawMessage, error) {
|
call: func(a *ethAPIRaw) (json.RawMessage, error) {
|
||||||
return ethapi.EthFeeHistory(context.Background(), ethtypes.EthUint64(2), "", nil)
|
return ethapi.EthFeeHistory(context.Background(), ethtypes.EthUint64(2), "latest", nil)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user