Commit bc6b6932 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #1476 from obscuren/deadlock-logs

xeth: removed mutex lock
parents 9addb3df b1d0d3c0
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment