diff options
author | Determinant <[email protected]> | 2018-08-16 17:08:15 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-16 17:08:15 -0400 |
commit | 055dd5432a60954199ecc167831a4bf588e3ae84 (patch) | |
tree | cffd57e2509eaadaa688d8cfe9bb915f02f724cb /include | |
parent | a5f0a7198334caf95bff0bf1c6c5a2c30eb32795 (diff) |
fix bug
Diffstat (limited to 'include')
-rw-r--r-- | include/hotstuff/liveness.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hotstuff/liveness.h b/include/hotstuff/liveness.h index fbf7134..5dfb2e0 100644 --- a/include/hotstuff/liveness.h +++ b/include/hotstuff/liveness.h @@ -269,6 +269,7 @@ class PMStickyProposer: virtual public PaceMaker { { HOTSTUFF_LOG_PROTO("proposer misbehave"); to_candidate(); /* proposer misbehave */ + return; } HOTSTUFF_LOG_PROTO("proposer emits new QC"); last_proposed = prop.blk; |