We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aae4d commit 6bfd866Copy full SHA for 6bfd866
1 file changed
src/bin/sys.rs
@@ -3239,7 +3239,7 @@ async fn process_account_sweep<T: Signers>(
3239
3240
let (signature, maybe_transaction) = match existing_signature {
3241
None => {
3242
- apply_priority_fee(rpc_clients, &mut instructions, 20_000, priority_fee)?;
+ apply_priority_fee(rpc_clients, &mut instructions, 40_000, priority_fee)?;
3243
3244
let mut message = Message::new(&instructions, Some(&from_authority_address));
3245
message.recent_blockhash = recent_blockhash;
0 commit comments