Skip to content

Commit 2d7d8f2

Browse files
committed
Bump cus for wrap
1 parent 26049f0 commit 2d7d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3957,7 +3957,7 @@ async fn process_account_wrap<T: Signers>(
39573957
spl_token::instruction::sync_native(&spl_token::id(), &wsol_address).unwrap(),
39583958
]);
39593959

3960-
apply_priority_fee(rpc_client, &mut instructions, 5_000, priority_fee)?;
3960+
apply_priority_fee(rpc_client, &mut instructions, 30_000, priority_fee)?;
39613961
let message = Message::new(&instructions, Some(&authority_address));
39623962

39633963
let mut transaction = Transaction::new_unsigned(message);

0 commit comments

Comments
 (0)