aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
diff options
context:
space:
mode:
Diffstat (limited to 'xeth/xeth.go')
-rw-r--r--xeth/xeth.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/xeth/xeth.go b/xeth/xeth.go
index 2d69dce6d..19d9c0ad4 100644
--- a/xeth/xeth.go
+++ b/xeth/xeth.go
@@ -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()