Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 01c2c4b

Browse files
authored
Governance: fix ProposalTransaction seeds comment (#3095)
1 parent ae2e000 commit 01c2c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governance/program/src/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub enum GovernanceInstruction {
225225
/// 1. `[writable]` Proposal account
226226
/// 2. `[]` TokenOwnerRecord account of the Proposal owner
227227
/// 3. `[signer]` Governance Authority (Token Owner or Governance Delegate)
228-
/// 4. `[writable]` ProposalTransaction, account. PDA seeds: ['governance',proposal,index]
228+
/// 4. `[writable]` ProposalTransaction, account. PDA seeds: ['governance', proposal, option_index, index]
229229
/// 5. `[signer]` Payer
230230
/// 6. `[]` System program
231231
/// 7. `[]` Rent sysvar

0 commit comments

Comments
 (0)