Skip to content

Commit

Permalink
fix GetStateMerkleRoot failed (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemylogos authored Jun 2, 2020
1 parent 8a95f31 commit 3a85e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/vbft/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ func (self *Server) makeBlockSubmit(blknum uint32) {
go func() {
self.bftActionC <- &BftAction{
Type: SubmitBlock,
BlockNum: self.GetCurrentBlockNo(),
BlockNum: blknum,
}
}()
}
Expand Down

0 comments on commit 3a85e34

Please sign in to comment.