Skip to content

Commit 1fd9f62

Browse files
corecodeSimon Schubert
authored and
Simon Schubert
committed
sbft: only send next batch once previous is done
Change-Id: I3e3bd029c6190813dfef0efcbfa39d36dff95b01 Signed-off-by: Simon Schubert <[email protected]>
1 parent c163c86 commit 1fd9f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orderer/sbft/simplebft/request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (s *SBFT) maybeSendNextBatch() {
6060
return
6161
}
6262

63-
if !s.cur.executed {
63+
if !s.cur.checkpointDone {
6464
return
6565
}
6666

0 commit comments

Comments
 (0)