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 /src/consensus.cpp | |
parent | 4c42ac64c2ff821306609898a58126f2da32c7d4 (diff) |
finish coding PMStickyProposer
Diffstat (limited to 'src/consensus.cpp')
-rw-r--r-- | src/consensus.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/consensus.cpp b/src/consensus.cpp index 40a5e44..2cac22c 100644 --- a/src/consensus.cpp +++ b/src/consensus.cpp @@ -64,7 +64,6 @@ bool HotStuffCore::on_deliver_blk(const block_t &blk) { blk->delivered = true; LOG_DEBUG("deliver %s", std::string(*blk).c_str()); - on_deliver_blk_(blk); return true; } |