diff options
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r-- | packages/taler-wallet-core/src/wallet.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 4c1715118..a392bf4d7 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -55,7 +55,7 @@ import { makeErrorDetails, OperationFailedAndReportedError, OperationFailedError, -} from "./operations/errors"; +} from "./errors"; import { acceptExchangeTermsOfService, getExchangeDetails, @@ -85,7 +85,7 @@ import { getFundingPaytoUris, processReserve, } from "./operations/reserves"; -import { InternalWalletState } from "./operations/state"; +import { InternalWalletState } from "./common"; import { runIntegrationTest, testPay, |