mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
add back a return that i removed
This commit is contained in:
parent
acc8b80660
commit
7e95cedf31
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ func (fq *filterQuery) run(client *client) {
|
|||
}
|
||||
fmt.Printf("Filter query failed: fromBlock: %d toBlock: %d addresses: %v topics: %v error: %v\n",
|
||||
fq.FromBlock, fq.ToBlock, fq.Address, fq.Topics, err)
|
||||
return
|
||||
}
|
||||
fq.results = logs
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue