mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
set it under either case
This commit is contained in:
parent
5333b4a8cc
commit
07a27d7dc6
@ -59,6 +59,7 @@ func (e *DataClockConsensusEngine) runLoop() {
|
||||
|
||||
select {
|
||||
case dataFrame := <-dataFrameCh:
|
||||
runOnce = false
|
||||
if e.GetFrameProverTries()[0].Contains(e.provingKeyAddress) {
|
||||
if err = e.publishProof(dataFrame); err != nil {
|
||||
e.logger.Error("could not publish", zap.Error(err))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user