Skip to content

Commit f1312bd

Browse files
committed
bump split cu count
1 parent 097b84d commit f1312bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3378,7 +3378,7 @@ async fn process_account_split<T: Signers>(
33783378
.get_minimum_balance_for_rent_exemption(solana_sdk::stake::state::StakeStateV2::size_of())?;
33793379

33803380
let mut instructions = vec![];
3381-
apply_priority_fee(rpc_clients, &mut instructions, 10_000, priority_fee)?;
3381+
apply_priority_fee(rpc_clients, &mut instructions, 30_000, priority_fee)?;
33823382

33833383
instructions.push(system_instruction::transfer(
33843384
&authority_address,

0 commit comments

Comments
 (0)