Skip to content

Commit

Permalink
immutable signer
Browse files Browse the repository at this point in the history
  • Loading branch information
docongminh committed Jan 11, 2025
1 parent 1b64a24 commit 3a7e075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub struct CancelVestingEscrowV3<'info> {
pub rent_receiver: UncheckedAccount<'info>,

/// Signer.
#[account(mut)]
pub signer: Signer<'info>,

/// Memo program.
Expand Down
1 change: 0 additions & 1 deletion programs/locker/src/instructions/v3/claim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ pub struct ClaimV3<'info> {
pub escrow_token: Box<InterfaceAccount<'info, TokenAccount>>,

/// Recipient.
#[account(mut)]
pub recipient: Signer<'info>,

#[account(mut)]
Expand Down

0 comments on commit 3a7e075

Please sign in to comment.