diff options
Diffstat (limited to 'src/consensus.cpp')
-rw-r--r-- | src/consensus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus.cpp b/src/consensus.cpp index 7749558..e42fb49 100644 --- a/src/consensus.cpp +++ b/src/consensus.cpp @@ -186,7 +186,7 @@ void HotStuffCore::on_receive_proposal(const Proposal &prop) { (opinion ? create_part_cert(*priv_key, bnew->get_hash()) : nullptr), - nullptr)); + this)); } void HotStuffCore::on_receive_vote(const Vote &vote) { |