ts: added govProgram param to permissionSetVoterWeight
This commit is contained in:
parent
aa7e4fe2d2
commit
5b760a28b1
|
@ -2021,7 +2021,7 @@ export class PermissionAccount {
|
|||
systemProgram: SystemProgram.programId,
|
||||
sbState: programStateAccount.publicKey,
|
||||
programState: addinState,
|
||||
govProgram: GOVERNANCE_PID,
|
||||
govProgram: params.govProgram,
|
||||
daoMint: psData.daoMint,
|
||||
spawnRecord: realmSpawnRecord,
|
||||
voterWeight: voterWeightRecord,
|
||||
|
|
Loading…
Reference in New Issue