mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-19 17:40:42 +00:00
Merge pull request #1476 from obscuren/deadlock-logs
xeth: removed mutex lock
This commit is contained in:
commit
bc6b6932d0
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue