Browse Source

mi need not be re-allocated

pull/8071/head
徐志强 3 years ago
committed by tycho garen
parent
commit
c4b45ebd3c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      internal/consensus/state.go

+ 2
- 0
internal/consensus/state.go View File

@ -885,6 +885,8 @@ func (cs *State) receiveRoutine(ctx context.Context, maxSteps int) {
}
}()
var mi msgInfo
for {
if maxSteps > 0 {
if cs.nSteps >= maxSteps {


Loading…
Cancel
Save