Skip to content

Commit

Permalink
Program security - PDA sharing lesson updated (#449)
Browse files Browse the repository at this point in the history
* Updated code snippets and content as per guidelines

* Fixed transfer_ctx and spl import

* Fixed transfer_ctx and spl import
  • Loading branch information
0xCipherCoder authored Sep 11, 2024
1 parent 540ad6e commit b8e4012
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 255 deletions.
2 changes: 1 addition & 1 deletion content/courses/onchain-development/anchor-pdas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ objectives:
- Enable and use the `init_if_needed` constraint
- Use the `realloc` constraint to reallocate space on an existing account
- Use the `close` constraint to close an existing account
description:
description:
"Store arbitrary data on Solana, using PDAs, an inbuilt key-value store."
---

Expand Down
Loading

0 comments on commit b8e4012

Please sign in to comment.