Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
Update how-to-cpi.md
  • Loading branch information
cfanbo authored Jan 16, 2025
1 parent ca1f58a commit 20a100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/getstarted/how-to-cpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ When building an instruction in Rust, use the following syntax to specify the
AccountMeta::new(account1_pubkey, true), // writable, signer
AccountMeta::new(account2_pubkey, false), // writable, not signer
AccountMeta::new_readonly(account3_pubkey, false), // not writable, not signer
AccountMeta::new_readonly(account4_pubkey, true), // writable, signer
AccountMeta::new_readonly(account4_pubkey, true), // not writable, signer
```

0 comments on commit 20a100a

Please sign in to comment.