Skip to content

Commit

Permalink
Update libraries/hotstuff/chain_pacemaker.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Popovitch <[email protected]>
  • Loading branch information
systemzax and greg7mdp authored Sep 25, 2023
1 parent 8f29f26 commit e3c8843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/hotstuff/chain_pacemaker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace eosio { namespace hotstuff {
bls_key_map_t finalizer_keys,
fc::logger& logger)
: _chain(chain),
_qc_chain(std::string("default"), this, std::move(my_producers), std::move(finalizer_keys), logger),
_qc_chain("default", this, std::move(my_producers), std::move(finalizer_keys), logger),
_logger(logger)
{
_accepted_block_connection = chain->accepted_block.connect( [this]( const block_state_ptr& blk ) {
Expand Down

0 comments on commit e3c8843

Please sign in to comment.