Skip to content

Commit

Permalink
Add missing semicolon in PDA section (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyukikumazawa committed Feb 6, 2024
1 parent d076645 commit 15edcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anchor_in_depth/PDAs.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub mod game {
panic!();
}
user_stats.name = name;
user_stats.bump = ctx.bumps.user_stats
user_stats.bump = ctx.bumps.user_stats;
Ok(())
}
}
Expand Down

0 comments on commit 15edcae

Please sign in to comment.