Skip to content

Commit

Permalink
GH-2125 Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 11, 2024
1 parent 9839b8e commit cac3bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3468,8 +3468,7 @@ struct controller_impl {
}

// Save the QC. This is safe as the function is called by push_block & accept_block from application thread.
dlog("setting valid qc: ${rqc} into claimed block ${bn} : ${id}",
("rqc", qc_ext.qc.to_qc_claim())("rs", received_qc.is_strong())("bn", claimed->block_num())("id", claimed->id()));
dlog("setting valid qc: ${rqc} into claimed block ${bn} ${id}", ("rqc", qc_ext.qc.to_qc_claim())("bn", claimed->block_num())("id", claimed->id()));
claimed->valid_qc = received_qc;

// advance LIB if QC is strong
Expand Down

0 comments on commit cac3bf7

Please sign in to comment.