Skip to content

Commit

Permalink
solana: remove comment that should have been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Mar 15, 2024
1 parent b4c5118 commit f4e10ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pub struct WormholeAccounts<'info> {

/// SECURITY: Owner checks are disabled. Each of [`WormholeAccounts::bridge`], [`WormholeAccounts::fee_collector`],
/// and [`WormholeAccounts::sequence`] must be checked by the Wormhole core bridge.
/// wrapped by`TransferBurn`.
/// SECURITY: Signer checks are disabled. The only valid sender is the
/// [`wormhole::PostMessage::emitter`], enforced by the [`CpiContext`] below.
pub fn post_message<'info, A: TypePrefixedPayload>(
Expand Down

0 comments on commit f4e10ab

Please sign in to comment.