From 9c0acba32a2fd1619a02c105b704be34520f9280 Mon Sep 17 00:00:00 2001 From: Tiram <18632023+tiram88@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:26:49 +0300 Subject: [PATCH] lint --- mining/src/manager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mining/src/manager.rs b/mining/src/manager.rs index ef5a6da67..067632e64 100644 --- a/mining/src/manager.rs +++ b/mining/src/manager.rs @@ -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) {