From 972af4beacbe2d4301128968ae2e50bf497374f1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 1 Jun 2024 14:32:59 -0700 Subject: [PATCH] Bump unwrap cus --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));