diff --git a/libraries/hotstuff/qc_chain.cpp b/libraries/hotstuff/qc_chain.cpp index 17e94e6485..92eda18f96 100644 --- a/libraries/hotstuff/qc_chain.cpp +++ b/libraries/hotstuff/qc_chain.cpp @@ -383,8 +383,7 @@ namespace eosio::hotstuff { update(proposal); //propagate this proposal since it was new to us - if (! am_i_leader()) - send_hs_proposal_msg(connection_id, proposal); + send_hs_proposal_msg(connection_id, proposal); for (auto &msg : msgs) { send_hs_vote_msg( std::nullopt, msg );