diff options
author | Determinant <[email protected]> | 2018-08-03 20:14:42 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-03 20:14:42 -0400 |
commit | 086e37788e16ddf62c0676a223002a3ea1b6d2e0 (patch) | |
tree | ee222cc3f81ac2f1bb6539d33111f70b62bbbaa9 /src/consensus.cpp | |
parent | edcadfb47b736e6c9dd6b078689114aecf5c1add (diff) |
...
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 e25558a..6505c20 100644 --- a/src/consensus.cpp +++ b/src/consensus.cpp @@ -110,7 +110,7 @@ bool HotStuffCore::update(const uint256_t &bqc_hash) { void HotStuffCore::on_propose(const std::vector<command_t> &cmds, const std::vector<block_t> &parents, - serializable_bt &&extra) { + bytearray_t &&extra) { if (parents.empty()) throw std::runtime_error("empty parents"); for (const auto &_: parents) tails.erase(_); |