aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-08-16 17:08:15 -0400
committerDeterminant <ted.sybil@gmail.com>2018-08-16 17:08:15 -0400
commit055dd5432a60954199ecc167831a4bf588e3ae84 (patch)
treecffd57e2509eaadaa688d8cfe9bb915f02f724cb /include
parenta5f0a7198334caf95bff0bf1c6c5a2c30eb32795 (diff)
fix bug
Diffstat (limited to 'include')
-rw-r--r--include/hotstuff/liveness.h1
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;