mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
eth/filters: fix test
This commit is contained in:
parent
6b7e6e69b7
commit
63e9f85acf
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ func TestRangeLimit(t *testing.T) {
|
|||
Alloc: types.GenesisAlloc{},
|
||||
BaseFee: big.NewInt(params.InitialBaseFee),
|
||||
}
|
||||
_, err := gspec.Commit(db, triedb.NewDatabase(db, nil))
|
||||
_, err := gspec.Commit(db, triedb.NewDatabase(db, nil), nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue