Skip to content

Commit 097b84d

Browse files
committed
bump merge cu count
1 parent e226e3f commit 097b84d

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
@@ -2890,7 +2890,7 @@ async fn process_account_merge<T: Signers>(
28902890
)
28912891
.into());
28922892
};
2893-
apply_priority_fee(rpc_clients, &mut instructions, 10_000, priority_fee)?;
2893+
apply_priority_fee(rpc_clients, &mut instructions, 20_000, priority_fee)?;
28942894

28952895
println!("Merging {from_address} into {into_address}");
28962896
if from_address != authority_address {

0 commit comments

Comments
 (0)