From b730a496b39d1ecef3763c07dc8f82a3f86c07fb Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 11 Sep 2018 22:51:19 -0400 Subject: ... --- src/hotstuff.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hotstuff.cpp') 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()) -- cgit v1.2.3