Skip to content

Commit

Permalink
Bump unwrap cus
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 1, 2024
1 parent 40809b2 commit 972af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4065,7 +4065,7 @@ async fn process_account_unwrap<T: Signers>(
)
.unwrap(),
];
apply_priority_fee(rpc_client, &mut instructions, 5_000, priority_fee)?;
apply_priority_fee(rpc_client, &mut instructions, 30_000, priority_fee)?;

let message = Message::new(&instructions, Some(&authority_address));

Expand Down

0 comments on commit 972af4b

Please sign in to comment.