Skip to content

Commit

Permalink
fixup! chore(smart-wallet): skip bogus Far() on registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 10, 2023
1 parent cf6cbba commit 1c2114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smart-wallet/src/walletFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { M, makeExo, makeScalarMapStore, mustMatch } from '@agoric/store';
import { makeAtomicProvider } from '@agoric/store/src/stores/store-utils.js';
import { makeScalarBigMapStore } from '@agoric/vat-data';
import { makeMyAddressNameAdminKit } from '@agoric/vats/src/core/basic-behaviors.js';
import { E, Far } from '@endo/far';
import { E } from '@endo/far';
import { prepareSmartWallet } from './smartWallet.js';
import { shape } from './typeGuards.js';

Expand Down

0 comments on commit 1c2114f

Please sign in to comment.