We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097b84d commit f1312bdCopy full SHA for f1312bd
src/bin/sys.rs
@@ -3378,7 +3378,7 @@ async fn process_account_split<T: Signers>(
3378
.get_minimum_balance_for_rent_exemption(solana_sdk::stake::state::StakeStateV2::size_of())?;
3379
3380
let mut instructions = vec![];
3381
- apply_priority_fee(rpc_clients, &mut instructions, 10_000, priority_fee)?;
+ apply_priority_fee(rpc_clients, &mut instructions, 30_000, priority_fee)?;
3382
3383
instructions.push(system_instruction::transfer(
3384
&authority_address,
0 commit comments