diff --git a/src/anchor_in_depth/PDAs.md b/src/anchor_in_depth/PDAs.md index cecabae..1eaf959 100644 --- a/src/anchor_in_depth/PDAs.md +++ b/src/anchor_in_depth/PDAs.md @@ -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(()) } }