aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotstuff.cpp')
-rw-r--r--src/hotstuff.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hotstuff.cpp b/src/hotstuff.cpp
index 99ab80f..1912946 100644
--- a/src/hotstuff.cpp
+++ b/src/hotstuff.cpp
@@ -410,6 +410,7 @@ void HotStuffBase::do_vote(ReplicaID last_proposer, const Vote &vote) {
}
void HotStuffBase::do_decide(Finality &&fin) {
+ part_decided++;
state_machine_execute(fin);
auto it = decision_waiting.find(fin.cmd_hash);
if (it != decision_waiting.end())