Skip to content

Commit c5893ea

Browse files
authored
Fix Hedera RPCs crashing on log filtering (#141)
1 parent 753fa4e commit c5893ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/timelock/timelock.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ func (tw *Worker) setupFilterQuery(fromBlock, toBlock *big.Int) ethereum.FilterQ
204204
Addresses: tw.address,
205205
FromBlock: fromBlock,
206206
ToBlock: toBlock,
207+
Topics: [][]common.Hash{},
207208
}
208209
}
209210

0 commit comments

Comments
 (0)