Skip to content

Commit

Permalink
Merge pull request #34 from v1xingyue/patch-2
Browse files Browse the repository at this point in the history
bug
  • Loading branch information
DaviRain-Su authored Sep 5, 2023
2 parents 9d83e4e + 4d40a71 commit 645f9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ pub mod program_module_name {
// validate incoming account for instructions
#[derive(Accounts)]
pub struct InitializeAccounts<'info> {
#[account(init, payer = user, space = 8 + 8]
#[account(init, payer = user, space = 8 + 8)]
pub account_name: Account<'info, AccountStruct>,
#[account(mut)]
pub user: Signer<'info>,
Expand Down

0 comments on commit 645f9b6

Please sign in to comment.