diff --git a/src/main.rs b/src/main.rs index 8ebf098..41d0053 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4065,7 +4065,7 @@ async fn process_account_unwrap( ) .unwrap(), ]; - apply_priority_fee(rpc_client, &mut instructions, 5_000, priority_fee)?; + apply_priority_fee(rpc_client, &mut instructions, 30_000, priority_fee)?; let message = Message::new(&instructions, Some(&authority_address));