mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 04:47:17 +00:00
xeth: check proper queue for pending transaction filter
This commit is contained in:
parent
b3c9b66f29
commit
258a7b9a93
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user