aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-06-08 15:58:13 -0300
committerSebastian <sebasjm@gmail.com>2021-06-08 17:18:24 -0300
commit2e1438eb048e48ec7aa71246878b1125c9e34694 (patch)
tree142ae520aa09b16785c3f9dd7a41575d6349db33 /packages/taler-wallet-core/src/operations/tip.ts
parent2c5612fd63f766ce19a9f885e5142b04bcf11604 (diff)
downloadwallet-core-2e1438eb048e48ec7aa71246878b1125c9e34694.tar.xz
moving logger into taler-util
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/tip.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts
index 6de116098..f9d7a024d 100644
--- a/packages/taler-wallet-core/src/operations/tip.ts
+++ b/packages/taler-wallet-core/src/operations/tip.ts
@@ -28,6 +28,7 @@ import {
TipPlanchetDetail,
TalerErrorCode,
codecForTipResponse,
+ Logger,
} from "@gnu-taler/taler-util";
import { DerivedTipPlanchet } from "../crypto/cryptoTypes.js";
import {
@@ -38,7 +39,6 @@ import {
CoinStatus,
} from "../db.js";
import {
- Logger,
URL,
readSuccessResponseJsonOrThrow,
encodeCrock,