Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 1aaf953

Browse files
Fix
1 parent 7e1e61d commit 1aaf953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonrpc/eth_endpoint_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ func TestEth_TxnType(t *testing.T) {
299299

300300
func newTestEthEndpoint(store testStore) *Eth {
301301
return &Eth{
302-
hclog.NewNullLogger(), store, 100, nil, 0,
302+
hclog.NewNullLogger(), store, 100, nil, 0, nil,
303303
}
304304
}
305305

306306
func newTestEthEndpointWithPriceLimit(store testStore, priceLimit uint64) *Eth {
307307
return &Eth{
308-
hclog.NewNullLogger(), store, 100, nil, priceLimit,
308+
hclog.NewNullLogger(), store, 100, nil, priceLimit, nil,
309309
}
310310
}
311311

0 commit comments

Comments
 (0)