mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
fix dangling mutex lock
This commit is contained in:
parent
1361eeda8c
commit
9bc8a84f1a
@ -423,6 +423,7 @@ func (e *DataClockConsensusEngine) Start() <-chan error {
|
||||
time.Sleep(120 * time.Second)
|
||||
continue
|
||||
}
|
||||
e.peerMapMx.RUnlock()
|
||||
|
||||
if nextFrame.FrameNumber < beaconInfo.maxFrame-100 {
|
||||
time.Sleep(120 * time.Second)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user