aboutsummaryrefslogtreecommitdiff
path: root/include/hotstuff/consensus.h
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-08-03 13:55:31 -0400
committerDeterminant <tederminant@gmail.com>2018-08-03 13:55:31 -0400
commit7d5b607f5e4efc4ab12a5cce49bd8198d8d03fe6 (patch)
treeea94ebd41c562ccf6bd1fc5154c0410e0ac1c99b /include/hotstuff/consensus.h
parent4c42ac64c2ff821306609898a58126f2da32c7d4 (diff)
finish coding PMStickyProposer
Diffstat (limited to 'include/hotstuff/consensus.h')
-rw-r--r--include/hotstuff/consensus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hotstuff/consensus.h b/include/hotstuff/consensus.h
index a373a2b..b176eb4 100644
--- a/include/hotstuff/consensus.h
+++ b/include/hotstuff/consensus.h
@@ -39,7 +39,7 @@ class HotStuffCore {
bool update(const uint256_t &bqc_hash);
void on_qc_finish(const block_t &blk);
void on_propose_(const block_t &blk);
- void on_deliver_blk_(const block_t &blk);
+ void on_receive_proposal_(const Proposal &prop);
protected:
ReplicaID id; /**< identity of the replica itself */