diff options
author | Determinant <[email protected]> | 2018-08-03 13:55:31 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-03 13:55:31 -0400 |
commit | 7d5b607f5e4efc4ab12a5cce49bd8198d8d03fe6 (patch) | |
tree | ea94ebd41c562ccf6bd1fc5154c0410e0ac1c99b /include/hotstuff/consensus.h | |
parent | 4c42ac64c2ff821306609898a58126f2da32c7d4 (diff) |
finish coding PMStickyProposer
Diffstat (limited to 'include/hotstuff/consensus.h')
-rw-r--r-- | include/hotstuff/consensus.h | 2 |
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 */ |