diff options
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 6de6bd3..cb86bf6 100644 --- a/include/hotstuff/consensus.h +++ b/include/hotstuff/consensus.h @@ -166,7 +166,7 @@ struct Proposal: public Serializable { >> bqc_hash; Block _blk; _blk.unserialize(s, hsc); - blk = hsc->storage->add_blk(std::move(_blk)); + blk = hsc->storage->add_blk(std::move(_blk), hsc->get_config()); } operator std::string () const { |