Browse Source

update comment

yutianwu 4 năm trước cách đây
mục cha
commit
e0e58b2345
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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