good morning!!!!

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

Merge pull request #1476 from obscuren/deadlock-logs

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