Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue authored Sep 5, 2023
1 parent 9d83e4e commit 4d40a71
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 4d40a71

Please sign in to comment.