From 29842425e00547a711225375e4ce28278304eac6 Mon Sep 17 00:00:00 2001 From: Wood Date: Thu, 18 Dec 2025 16:47:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=80=E4=BD=8E?= =?UTF-8?q?=E5=B0=8F=E8=B4=B9=E8=AE=BE=E7=BD=AEBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/swqos.rs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/constants/swqos.rs b/src/constants/swqos.rs index 2f21e0e..fd72dac 100755 --- a/src/constants/swqos.rs +++ b/src/constants/swqos.rs @@ -243,14 +243,14 @@ pub const SWQOS_ENDPOINTS_STELLIUM: [&str; 8] = [ ]; pub const SWQOS_MIN_TIP_DEFAULT: f64 = 0.00001; // 其它SWQOS默认最低小费 -pub const SWQOS_MIN_TIP_JITO: f64 = SWQOS_MIN_TIP_DEFAULT; +pub const SWQOS_MIN_TIP_JITO: f64 = 0.00001; pub const SWQOS_MIN_TIP_NEXTBLOCK: f64 = 0.001; -pub const SWQOS_MIN_TIP_ZERO_SLOT: f64 = 0.001; -pub const SWQOS_MIN_TIP_TEMPORAL: f64 = 0.001; -pub const SWQOS_MIN_TIP_BLOXROUTE: f64 = 0.001; -pub const SWQOS_MIN_TIP_NODE1: f64 = 0.002; // 如需更高阈值可调整 -pub const SWQOS_MIN_TIP_FLASHBLOCK: f64 = 0.001; -pub const SWQOS_MIN_TIP_BLOCKRAZOR: f64 = 0.001; -pub const SWQOS_MIN_TIP_ASTRALANE: f64 = SWQOS_MIN_TIP_DEFAULT; -pub const SWQOS_MIN_TIP_STELLIUM: f64 = 0.001; // Stellium requires minimum 0.001 SOL tip -pub const SWQOS_MIN_TIP_LIGHTSPEED: f64 = 0.001; // Lightspeed requires minimum 0.001 SOL tip +pub const SWQOS_MIN_TIP_ZERO_SLOT: f64 = 0.0001; +pub const SWQOS_MIN_TIP_TEMPORAL: f64 = 0.0001; +pub const SWQOS_MIN_TIP_BLOXROUTE: f64 = 0.0001; +pub const SWQOS_MIN_TIP_NODE1: f64 = 0.0001; // 如需更高阈值可调整 +pub const SWQOS_MIN_TIP_FLASHBLOCK: f64 = 0.0001; +pub const SWQOS_MIN_TIP_BLOCKRAZOR: f64 = 0.0001; +pub const SWQOS_MIN_TIP_ASTRALANE: f64 = 0.00001; +pub const SWQOS_MIN_TIP_STELLIUM: f64 = 0.0001; // Stellium requires minimum 0.001 SOL tip +pub const SWQOS_MIN_TIP_LIGHTSPEED: f64 = 0.0001; // Lightspeed requires minimum 0.001 SOL tip