Skip to content

Commit

Permalink
GH-2048 Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 20, 2024
1 parent 175af8f commit e07d937
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2934,13 +2934,6 @@ struct controller_impl {
("lhs", r)("rhs", static_cast<const transaction_receipt_header&>(receipt)));
}

std::optional<qc_info_t> qc_info;
auto exts = b->validate_and_extract_header_extensions();
if (auto if_entry = exts.lower_bound(instant_finality_extension::extension_id()); if_entry != exts.end()) {
auto& if_ext = std::get<instant_finality_extension>(if_entry->second);
qc_info = if_ext.qc_info;
}

assemble_block(true, extract_qc_data(b));
auto& ab = std::get<assembled_block>(pending->_block_stage);

Expand Down

0 comments on commit e07d937

Please sign in to comment.