ts: added govProgram param to permissionSetVoterWeight

This commit is contained in:
Conner Gallagher 2022-07-22 12:23:26 -06:00
parent aa7e4fe2d2
commit 5b760a28b1
1 changed files with 1 additions and 1 deletions

View File

@ -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,