fix: ReferenceError: state is not defined
This commit is contained in:
parent
2bb98b1315
commit
562b2cf8d2
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# This file is in the public domain.
|
||||
pnpm clean && pnpm compile && rm -rf extension/ && ./pack.sh && (cd extension/ && unzip taler*.zip)
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# This file is in the public domain.
|
||||
|
||||
set -eu
|
||||
|
||||
|
@ -36,6 +36,7 @@ import {
|
||||
handleCoreApiRequest,
|
||||
runRetryLoop,
|
||||
handleNotifyReserve,
|
||||
InternalWalletState,
|
||||
} from "@gnu-taler/taler-wallet-core";
|
||||
import {
|
||||
classifyTalerUri,
|
||||
@ -47,7 +48,6 @@ import {
|
||||
} from "@gnu-taler/taler-util";
|
||||
import { BrowserHttpLib } from "./browserHttpLib";
|
||||
import { BrowserCryptoWorkerFactory } from "./browserCryptoWorkerFactory";
|
||||
import { InternalWalletState } from "@gnu-taler/taler-wallet-core/src/operations/state";
|
||||
|
||||
/**
|
||||
* Currently active wallet instance. Might be unloaded and
|
||||
|
Loading…
Reference in New Issue
Block a user