Skip to content

Commit

Permalink
Revert a change that should make no difference
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 10, 2024
1 parent e6dc4c5 commit 9e578e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3955,7 +3955,7 @@ struct controller_impl {

assert(qc_ext_itr != block_exts.end() );
const auto& qc_ext = std::get<quorum_certificate_extension>(qc_ext_itr->second);
const auto& qc_proof = qc_ext.qc;
const auto qc_proof = qc_ext.qc;

// Check QC information in header extension and block extension match
EOS_ASSERT( qc_proof.block_num == new_qc_claim.block_num, invalid_qc_claim,
Expand Down

0 comments on commit 9e578e1

Please sign in to comment.