make worker reset resume to check where it should continue

This commit is contained in:
Cassandra Heart 2024-10-25 14:39:55 -05:00
parent ca98e96aea
commit fe5ed13588
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -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