yutianwu vor 4 Jahren
Ursprung
Commit
e0e58b2345
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      consensus/parlia/parlia.go

+ 1 - 1
consensus/parlia/parlia.go

@@ -865,7 +865,7 @@ func (p *Parlia) Seal(chain consensus.ChainHeaderReader, block *types.Block, res
 		case <-time.After(delay):
 		}
 		if p.shouldWaitForCurrentBlockProcess(chain, header, snap) {
-			log.Info("not in turn and received current block, wait for current block process")
+			log.Info("Waiting for received in turn block to process")
 			select {
 			case <-stop:
 				return