aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/deposits.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-20 17:50:07 -0300
committerSebastian <sebasjm@gmail.com>2023-06-20 17:50:43 -0300
commit5c5586df99d16038a81c4c59151a83af227a2fc9 (patch)
treed3081c28e23f923cc54e023a145b56e2efe01547 /packages/taler-wallet-core/src/operations/deposits.ts
parent77849fdf5d7e924b6a000b4b655a07c1fd1f1c4e (diff)
downloadwallet-core-5c5586df99d16038a81c4c59151a83af227a2fc9.tar.xz
more real cases
Diffstat (limited to 'packages/taler-wallet-core/src/operations/deposits.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/deposits.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/deposits.ts b/packages/taler-wallet-core/src/operations/deposits.ts
index 6781696cf..0bc3caec4 100644
--- a/packages/taler-wallet-core/src/operations/deposits.ts
+++ b/packages/taler-wallet-core/src/operations/deposits.ts
@@ -79,7 +79,12 @@ import {
} from "../index.js";
import { InternalWalletState } from "../internal-wallet-state.js";
import { readSuccessResponseJsonOrThrow } from "@gnu-taler/taler-util/http";
-import { constructTaskIdentifier, OperationAttemptResult, spendCoins, TombstoneTag } from "./common.js";
+import {
+ constructTaskIdentifier,
+ OperationAttemptResult,
+ spendCoins,
+ TombstoneTag,
+} from "./common.js";
import { getExchangeDetails } from "./exchanges.js";
import {
extractContractData,