From 141318938e1c4d1835948ade9d710460850c4ff4 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 10 Feb 2025 19:58:12 +0800 Subject: [PATCH] fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1600104..49f15ed 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -475,7 +475,7 @@ impl PumpFun { system_instruction::transfer( &self.payer.pubkey(), &tip_account, - jito_fee.unwrap_or(JITO_TIP_AMOUNT/15), + jito_fee.unwrap_or(JITO_TIP_AMOUNT/10), ), );