Skip to content

Commit

Permalink
GH-376 Add additional tests for pending finalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jul 22, 2024
1 parent 76b5737 commit 1856e17
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 74 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ struct building_block {
if( parent.is_needed(qc_claim) ) {
return qc_data_t{ *qc, qc_claim };
} else {
// no new qc_t info, repeat existing
// no new qc info, repeat existing
return qc_data_t{ {}, parent.core.latest_qc_claim() };
}
}
Expand Down
Loading

0 comments on commit 1856e17

Please sign in to comment.