From 0a62495a70ec01940bcfd20cef8e6d9fd5f27320 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Thu, 8 Aug 2024 04:49:58 +0000 Subject: [PATCH] remove default pfee strategy --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3361a71d..7cbc2002 100644 --- a/src/main.rs +++ b/src/main.rs @@ -134,7 +134,6 @@ struct Args { long, value_name = "DYNAMIC_FEE_STRATEGY", help = "Strategy to use for dynamic fee estimation. Must be one of 'helius', or 'triton'.", - default_value = "helius", global = true )] dynamic_fee_strategy: Option,