Skip to content

Commit

Permalink
Fix: eliminated repeated text in program-architecture.md (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPraedico authored Nov 14, 2024
1 parent fb827fa commit ccc3a85
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions content/courses/program-optimization/program-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,11 +691,6 @@ Depending on the seeding you can create all sorts of relationships:
want one player account per wallet. Then you'd seed the account with
`seeds=[b"PLAYER", owner.key().as_ref()]`. This way, you'll always know where
to look for a wallet's player account **and** there can only ever be one of
- One-Per-Owner - Say you're creating a video game player account and you only
want one player account per wallet. Then you'd seed the account with
`seeds=[b"PLAYER", owner.key().as_ref()]`. This way, you'll always know where
to look for a wallet's player account **and** there can only ever be one of
them.
- Multiple-Per-Owner - Okay, but what if you want multiple accounts per wallet?
Say you want to mint podcast episodes. Then you could seed your `Podcast`
account like this:
Expand Down

0 comments on commit ccc3a85

Please sign in to comment.