Skip to content

Commit

Permalink
solana: fix cargo check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Mar 7, 2024
1 parent 6304c6d commit 3605e33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub fn post_message<'info, A: TypePrefixedPayload>(

/// SECURITY: Owner and signer checks are disabled as this private function is used only by
/// [`post_message`].
#[allow(unknown_lints)]
#[allow(missing_owner_check)]
#[allow(missing_signer_check)]
fn pay_wormhole_fee<'info>(
Expand Down

0 comments on commit 3605e33

Please sign in to comment.