Skip to content

Commit 5dee42b

Browse files
committed
eth/filters: fixed test after rebase
1 parent efe9144 commit 5dee42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/filters/filter_system_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ func TestInvalidGetLogsRequest(t *testing.T) {
456456
BaseFee: big.NewInt(params.InitialBaseFee),
457457
}
458458
db, blocks, _ = core.GenerateChainWithGenesis(genesis, ethash.NewFaker(), 10, func(i int, gen *core.BlockGen) {})
459-
_, sys = newTestFilterSystem(db, Config{})
459+
_, sys = newTestFilterSystem(db, Config{LogQueryLimit: 10})
460460
api = NewFilterAPI(sys)
461461
blockHash = blocks[0].Hash()
462462
unknownBlockHash = common.HexToHash("0x1111111111111111111111111111111111111111111111111111111111111111")

0 commit comments

Comments
 (0)