aboutsummaryrefslogtreecommitdiffstats
path: root/xeth
diff options
context:
space:
mode:
Diffstat (limited to 'xeth')
-rw-r--r--xeth/xeth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xeth/xeth.go b/xeth/xeth.go
index a0b936b57..90f709aea 100644
--- a/xeth/xeth.go
+++ b/xeth/xeth.go
@@ -504,7 +504,7 @@ func (self *XEth) TransactionFilterChanged(id int) []common.Hash {
self.blockMu.Lock()
defer self.blockMu.Unlock()
- if self.blockQueue[id] != nil {
+ if self.transactionQueue[id] != nil {
return self.transactionQueue[id].get()
}
return nil