taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 46f3fcbbfbf6869128e1c596b620af63b770eb93
parent a70d37ef1675b53241f707c6730fab1537bd9d24
Author: Florian Dold <florian@dold.me>
Date:   Thu, 17 Jun 2021 15:54:26 +0200

fix up import

Diffstat:
Mpackages/taler-wallet-android/src/index.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-android/src/index.ts b/packages/taler-wallet-android/src/index.ts @@ -34,8 +34,8 @@ import { WALLET_MERCHANT_PROTOCOL_VERSION, runRetryLoop, handleCoreApiRequest, + InternalWalletState, } from "@gnu-taler/taler-wallet-core"; -import { InternalWalletState } from "@gnu-taler/taler-wallet-core/lib/operations/state"; import fs from "fs"; import { WalletNotification } from "../../taler-wallet-core/node_modules/@gnu-taler/taler-util/lib/notifications.js";