Skip to content

Commit

Permalink
fix: changed UncheckedAccount 'CHECK' Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yasushisakai committed Feb 24, 2022
1 parent 6748734 commit 8b09c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/multisig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pub struct ExecuteTransaction<'info> {
seeds = [multisig.key().as_ref()],
bump = multisig.nonce,
)]
/// CHECK: is_signer will be enabled when it actually gets executed
/// CHECK: multisig_signer is a PDA program signer. Data is never read or written to.
multisig_signer: UncheckedAccount<'info>,
#[account(mut, has_one = multisig)]
transaction: Box<Account<'info, Transaction>>,
Expand Down

0 comments on commit 8b09c2a

Please sign in to comment.