diff --git a/consensus/vbft/service.go b/consensus/vbft/service.go index d2ef89746d..4af0a6559d 100644 --- a/consensus/vbft/service.go +++ b/consensus/vbft/service.go @@ -2310,7 +2310,7 @@ func (self *Server) makeBlockSubmit(blknum uint32) { go func() { self.bftActionC <- &BftAction{ Type: SubmitBlock, - BlockNum: self.GetCurrentBlockNo(), + BlockNum: blknum, } }() }