Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiram88 committed Sep 17, 2023
1 parent 21e3d1c commit 9c0acba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mining/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl MiningManager {
attempts += 1;

// TODO: consider a parameter forcing the consensus to build a template with the remaining successfully validated transactions
//
//
// let force_build = attempts == self.config.maximum_build_block_template_attempts;
// match block_template_builder.build_block_template(consensus, miner_data, force_build) {

Expand Down

0 comments on commit 9c0acba

Please sign in to comment.