Skip to content

Commit 6bfd866

Browse files
committed
CU count++
1 parent b0aae4d commit 6bfd866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,7 @@ async fn process_account_sweep<T: Signers>(
32393239

32403240
let (signature, maybe_transaction) = match existing_signature {
32413241
None => {
3242-
apply_priority_fee(rpc_clients, &mut instructions, 20_000, priority_fee)?;
3242+
apply_priority_fee(rpc_clients, &mut instructions, 40_000, priority_fee)?;
32433243

32443244
let mut message = Message::new(&instructions, Some(&from_authority_address));
32453245
message.recent_blockhash = recent_blockhash;

0 commit comments

Comments
 (0)