Skip to content

Commit

Permalink
Add missing signer mut (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Feb 7, 2022
1 parent 09c911a commit 2bfe49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/auction-house/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ pub mod auction_house {
#[derive(Accounts)]
pub struct CreateAuctionHouse<'info> {
treasury_mint: Account<'info, Mint>,
#[account(mut)]
payer: Signer<'info>,
authority: AccountInfo<'info>,
#[account(mut)]
Expand Down

0 comments on commit 2bfe49b

Please sign in to comment.