From c764cebbe779439c312ae1ee99d49e0559d656e4 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 3 Aug 2022 16:20:06 -0400 Subject: [PATCH] add unlock --- internal/consensus/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/consensus/state.go b/internal/consensus/state.go index 896e0db30..7ed828863 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -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 (