good morning!!!!

Skip to content
Snippets Groups Projects
Commit 258a7b9a authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

xeth: check proper queue for pending transaction filter

parent b3c9b66f
Branches
Tags
No related merge requests found
...@@ -504,7 +504,7 @@ func (self *XEth) TransactionFilterChanged(id int) []common.Hash { ...@@ -504,7 +504,7 @@ func (self *XEth) TransactionFilterChanged(id int) []common.Hash {
self.blockMu.Lock() self.blockMu.Lock()
defer self.blockMu.Unlock() defer self.blockMu.Unlock()
if self.blockQueue[id] != nil { if self.transactionQueue[id] != nil {
return self.transactionQueue[id].get() return self.transactionQueue[id].get()
} }
return nil return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment