mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
eth/filters: fixed test after rebase
This commit is contained in:
parent
efe91448d0
commit
5dee42bdc2
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ func TestInvalidGetLogsRequest(t *testing.T) {
|
|||
BaseFee: big.NewInt(params.InitialBaseFee),
|
||||
}
|
||||
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)
|
||||
blockHash = blocks[0].Hash()
|
||||
unknownBlockHash = common.HexToHash("0x1111111111111111111111111111111111111111111111111111111111111111")
|
||||
|
|
|
|||
Loading…
Reference in a new issue