From 1c2114f1655e75defe7601e6392cf5047ba69585 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Thu, 9 Feb 2023 22:15:46 -0600 Subject: [PATCH] fixup! chore(smart-wallet): skip bogus Far() on registry --- 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 166e809c2528..add1a512da8f 100644 --- a/packages/smart-wallet/src/walletFactory.js +++ b/packages/smart-wallet/src/walletFactory.js @@ -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';