mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 14:43:19 +00:00
add unlock
This commit is contained in:
@@ -871,6 +871,7 @@ func (cs *State) handleMsg(mi msgInfo) {
|
||||
// feels likely
|
||||
cs.Logger.Info("handlemsg Lock")
|
||||
cs.mtx.Lock()
|
||||
cs.Logger.Info("handlemsg Locked")
|
||||
defer cs.Logger.Info("handlemsg Unlock")
|
||||
defer cs.mtx.Unlock()
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user