Skip to content

Commit 258a7b9

Browse files
committed
xeth: check proper queue for pending transaction filter
1 parent b3c9b66 commit 258a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xeth/xeth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func (self *XEth) TransactionFilterChanged(id int) []common.Hash {
504504
self.blockMu.Lock()
505505
defer self.blockMu.Unlock()
506506

507-
if self.blockQueue[id] != nil {
507+
if self.transactionQueue[id] != nil {
508508
return self.transactionQueue[id].get()
509509
}
510510
return nil

0 commit comments

Comments
 (0)