We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26049f0 commit 2d7d8f2Copy full SHA for 2d7d8f2
src/main.rs
@@ -3957,7 +3957,7 @@ async fn process_account_wrap<T: Signers>(
3957
spl_token::instruction::sync_native(&spl_token::id(), &wsol_address).unwrap(),
3958
]);
3959
3960
- apply_priority_fee(rpc_client, &mut instructions, 5_000, priority_fee)?;
+ apply_priority_fee(rpc_client, &mut instructions, 30_000, priority_fee)?;
3961
let message = Message::new(&instructions, Some(&authority_address));
3962
3963
let mut transaction = Transaction::new_unsigned(message);
0 commit comments