forked from cerc-io/plugeth
xeth: removed unneeded mutex lock
This commit is contained in:
parent
9addb3df3a
commit
b1d0d3c0ed
@ -609,9 +609,6 @@ func (self *XEth) TransactionFilterChanged(id int) []common.Hash {
|
||||
}
|
||||
|
||||
func (self *XEth) Logs(id int) state.Logs {
|
||||
self.logMu.Lock()
|
||||
defer self.logMu.Unlock()
|
||||
|
||||
filter := self.filterManager.GetFilter(id)
|
||||
if filter != nil {
|
||||
return filter.Find()
|
||||
|
Loading…
Reference in New Issue
Block a user