mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
upgrade filter system
This commit is contained in:
parent
c2ebc1cd91
commit
dfa092f1d3
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ func (sys *FilterSystem) cachedLogElem(ctx context.Context, blockHash common.Has
|
|||
if logs == nil {
|
||||
return nil, fmt.Errorf("failed to get logs for block #%d (0x%s)", number, blockHash.TerminalString())
|
||||
}
|
||||
|
||||
// Database logs are un-derived.
|
||||
// Fill in whatever we can (txHash is inaccessible at this point).
|
||||
flattened := make([]*types.Log, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue