@@ -154,11 +154,10 @@ pub enum GovernanceInstruction {
154
154
/// RealmAuthority)
155
155
/// 4. `[signer]` Payer
156
156
/// 5. `[]` System program
157
- /// 6. `[]` Sysvar Rent
158
- /// 7. `[signer]` Governance authority
159
- /// 8. `[]` RealmConfig account.
157
+ /// 6. `[signer]` Governance authority
158
+ /// 7. `[]` RealmConfig account.
160
159
/// * PDA seeds: ['realm-config', realm]
161
- /// 9 . `[]` Optional Voter Weight Record
160
+ /// 8 . `[]` Optional Voter Weight Record
162
161
CreateGovernance {
163
162
/// Governance config
164
163
#[ allow( dead_code) ]
@@ -180,11 +179,10 @@ pub enum GovernanceInstruction {
180
179
/// 6. `[signer]` Payer
181
180
/// 7. `[]` bpf_upgradeable_loader program
182
181
/// 8. `[]` System program
183
- /// 9. `[]` Sysvar Rent
184
- /// 10. `[signer]` Governance authority
185
- /// 11. `[]` RealmConfig account.
182
+ /// 9. `[signer]` Governance authority
183
+ /// 10. `[]` RealmConfig account.
186
184
/// * PDA seeds: ['realm-config', realm]
187
- /// 12 . `[]` Optional Voter Weight Record
185
+ /// 11 . `[]` Optional Voter Weight Record
188
186
CreateProgramGovernance {
189
187
/// Governance config
190
188
#[ allow( dead_code) ]
@@ -445,7 +443,6 @@ pub enum GovernanceInstruction {
445
443
/// 5. `[signer]` Payer
446
444
/// 6. `[]` SPL Token program
447
445
/// 7. `[]` System program
448
- /// 8. `[]` Sysvar Rent
449
446
/// 8. `[signer]` Governance authority
450
447
/// 9. `[]` RealmConfig account.
451
448
/// * PDA seeds: ['realm-config', realm]
@@ -477,11 +474,10 @@ pub enum GovernanceInstruction {
477
474
/// 5. `[signer]` Payer
478
475
/// 6. `[]` SPL Token program
479
476
/// 7. `[]` System program
480
- /// 8. `[]` Sysvar Rent
481
- /// 9. `[signer]` Governance authority
482
- /// 10. `[]` RealmConfig account.
477
+ /// 8. `[signer]` Governance authority
478
+ /// 9. `[]` RealmConfig account.
483
479
/// * PDA seeds: ['realm-config', realm]
484
- /// 11 . `[]` Optional Voter Weight Record
480
+ /// 10 . `[]` Optional Voter Weight Record
485
481
CreateTokenGovernance {
486
482
#[ allow( dead_code) ]
487
483
/// Governance config
0 commit comments