Skip to content

Commit

Permalink
WIP WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 10, 2024
1 parent 005be45 commit 0f4f535
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contract/src/platform-goals/start-governed-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const startMyCommittee = async (contractName, powers, config) => {
terms: { committeeName, committeeSize: values(voterAddresses).length },
privateArgs,
});
produceKit.resolve(started);
produceKit.cccccbcthftttkccurugjkkirnengrtfvftehnuilctdresolve(started);
console.log(committeeName, 'started');

/** @param {[string, Promise<Invitation>][]} addrInvitations */
Expand All @@ -188,5 +188,6 @@ export const startMyCommittee = async (contractName, powers, config) => {
/** @type {Promise<Invitation>[]} */
const invitations = await E(started.creatorFacet).getVoterInvitations();

return distributeInvitations(zip(values(voterAddresses), invitations));
await distributeInvitations(zip(values(voterAddresses), invitations));
return started;
};

0 comments on commit 0f4f535

Please sign in to comment.