From 74bcf92c64a83e772d3bb57b63689c53199e2a94 Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Wed, 7 Sep 2022 14:56:22 -0700 Subject: [PATCH] fix: two corrections we found by demoing on 6084 missing E(), and update config to use smartwallet --- packages/smart-wallet/src/walletFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smart-wallet/src/walletFactory.js b/packages/smart-wallet/src/walletFactory.js index abd59374fa9..a66a2b87dc7 100644 --- a/packages/smart-wallet/src/walletFactory.js +++ b/packages/smart-wallet/src/walletFactory.js @@ -78,7 +78,7 @@ export const start = async (zcf, privateArgs) => { // Each wallet has `zoe` it can use to look them up, but pass these in to save that work. const invitationIssuer = await E(zoe).getInvitationIssuer(); - const invitationBrand = await invitationIssuer.getBrand(); + const invitationBrand = await E(invitationIssuer).getBrand(); const shared = { agoricNames,