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 e226e3f commit 097b84dCopy full SHA for 097b84d
src/bin/sys.rs
@@ -2890,7 +2890,7 @@ async fn process_account_merge<T: Signers>(
2890
)
2891
.into());
2892
};
2893
- apply_priority_fee(rpc_clients, &mut instructions, 10_000, priority_fee)?;
+ apply_priority_fee(rpc_clients, &mut instructions, 20_000, priority_fee)?;
2894
2895
println!("Merging {from_address} into {into_address}");
2896
if from_address != authority_address {
0 commit comments