mirror of https://github.com/status-im/op-geth.git
unlock mutex
This commit is contained in:
parent
3c14902649
commit
cb7cd03919
|
@ -617,6 +617,8 @@ done:
|
|||
delete(self.messages, id)
|
||||
}
|
||||
}
|
||||
self.logMut.Unlock()
|
||||
self.messagesMut.Unlock()
|
||||
case <-self.quit:
|
||||
break done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue