Skip to content

Commit

Permalink
fixup! refactor(smart-wallet): re-use MapStore for has/get/values
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 9, 2023
1 parent ef986b1 commit fac5c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/smart-wallet/test/contexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const makeDefaultTestContext = async (t, makeSpace) => {
// copied from makeClientBanks()
const bank = E(consume.bankManager).getBankForAddress(address);

/** @type {[ReturnType<ReturnType<import('../src/smartWallet').prepareSmartWallet>>, boolean]} */
const [wallet, _isNew] = await E(
walletFactory.creatorFacet,
).provideSmartWallet(address, bank, consume.namesByAddressAdmin);
Expand Down

0 comments on commit fac5c32

Please sign in to comment.