Skip to content

Commit

Permalink
remove rent account from description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Nov 3, 2023
1 parent e924132 commit 29f2027
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions governance/program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ pub enum GovernanceInstruction {
/// 3. `[]` Governing TokenOwnerRecord account (Used only if not signed by RealmAuthority)
/// 4. `[signer]` Payer
/// 5. `[]` System program
/// 6. `[]` Sysvar Rent
/// 7. `[signer]` Governance authority
/// 8. `[]` RealmConfig account. PDA seeds: ['realm-config', realm]
/// 9. `[]` Optional Voter Weight Record
/// 6. `[signer]` Governance authority
/// 7. `[]` RealmConfig account. PDA seeds: ['realm-config', realm]
/// 8. `[]` Optional Voter Weight Record
CreateGovernance {
/// Governance config
#[allow(dead_code)]
Expand Down

0 comments on commit 29f2027

Please sign in to comment.