Skip to content

Commit 98a516d

Browse files
Update programs/anchor/fundraiser/src/instructions/refund.rs
Co-authored-by: ananas-block <58553958+ananas-block@users.noreply.github.com>
1 parent cd05444 commit 98a516d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • programs/anchor/fundraiser/src/instructions

programs/anchor/fundraiser/src/instructions/refund.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct Refund<'info> {
1515
pub maker: SystemAccount<'info>,
1616

1717
/// CHECK: Authority PDA — signs vault operations. Writable for Light Token CPI.
18-
#[account(mut, seeds = [AUTH_SEED], bump)]
18+
#[account(seeds = [AUTH_SEED], bump)]
1919
pub authority: UncheckedAccount<'info>,
2020

2121
#[account(mint::token_program = token_program)]

0 commit comments

Comments
 (0)