eth/filters: fixed test after rebase

This commit is contained in:
zsfelfoldi 2025-09-16 14:02:17 +02:00
parent efe91448d0
commit 5dee42bdc2

View file

@ -456,7 +456,7 @@ func TestInvalidGetLogsRequest(t *testing.T) {
BaseFee: big.NewInt(params.InitialBaseFee), BaseFee: big.NewInt(params.InitialBaseFee),
} }
db, blocks, _ = core.GenerateChainWithGenesis(genesis, ethash.NewFaker(), 10, func(i int, gen *core.BlockGen) {}) db, blocks, _ = core.GenerateChainWithGenesis(genesis, ethash.NewFaker(), 10, func(i int, gen *core.BlockGen) {})
_, sys = newTestFilterSystem(db, Config{}) _, sys = newTestFilterSystem(db, Config{LogQueryLimit: 10})
api = NewFilterAPI(sys) api = NewFilterAPI(sys)
blockHash = blocks[0].Hash() blockHash = blocks[0].Hash()
unknownBlockHash = common.HexToHash("0x1111111111111111111111111111111111111111111111111111111111111111") unknownBlockHash = common.HexToHash("0x1111111111111111111111111111111111111111111111111111111111111111")