mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
make worker reset resume to check where it should continue
This commit is contained in:
parent
ca98e96aea
commit
fe5ed13588
@ -201,6 +201,7 @@ func (e *DataClockConsensusEngine) runPreMidnightProofWorker() {
|
||||
"got error response, waiting...",
|
||||
zap.Error(err),
|
||||
)
|
||||
resume = make([]byte, 32)
|
||||
cc.Close()
|
||||
time.Sleep(10 * time.Second)
|
||||
break
|
||||
|
||||
Loading…
Reference in New Issue
Block a user