diff --git a/src/main.rs b/src/main.rs index 01d8d08..2f662f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -607,7 +607,7 @@ async fn process_exchange_deposit( (instructions, amount) } }; - apply_priority_fee(rpc_client, &mut instructions, 10_000, priority_fee)?; + apply_priority_fee(rpc_client, &mut instructions, 20_000, priority_fee)?; if amount == 0 { return Err("Nothing to deposit".into());