summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/dbless.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-13 11:09:33 -0300
committerSebastian <sebasjm@gmail.com>2023-09-13 11:09:33 -0300
commita654c88a584b1249d1e60c0b8de0aeff72e5979e (patch)
tree74cd027ce6cba01aec3096f7e60c4eafa6c699ae /packages/taler-wallet-core/src/dbless.ts
parentfabe92195ac5a8307b085713929dfea2b4d29a01 (diff)
downloadwallet-core-a654c88a584b1249d1e60c0b8de0aeff72e5979e.tar.gz
wallet-core-a654c88a584b1249d1e60c0b8de0aeff72e5979e.tar.bz2
wallet-core-a654c88a584b1249d1e60c0b8de0aeff72e5979e.zip
failing p2p test case
Diffstat (limited to 'packages/taler-wallet-core/src/dbless.ts')
-rw-r--r--packages/taler-wallet-core/src/dbless.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/dbless.ts b/packages/taler-wallet-core/src/dbless.ts
index 65c293bdf..d70eab888 100644
--- a/packages/taler-wallet-core/src/dbless.ts
+++ b/packages/taler-wallet-core/src/dbless.ts
@@ -31,6 +31,7 @@ import {
AmountJson,
Amounts,
AmountString,
+ BankAccessApiClient,
codecForAny,
codecForBankWithdrawalOperationPostResponse,
codecForBatchDepositSuccess,
@@ -53,7 +54,6 @@ import {
HttpRequestLibrary,
readSuccessResponseJsonOrThrow,
} from "@gnu-taler/taler-util/http";
-import { BankAccessApiClient } from "../../taler-util/src/bank-api-client.js";
import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js";
import { DenominationRecord } from "./db.js";
import { isWithdrawableDenom } from "./index.js";