aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-16 17:21:54 +0200
committerFlorian Dold <florian@dold.me>2022-09-16 17:21:54 +0200
commit16e7814445d57c2494ddaf3aaf11d60abb2b036b (patch)
tree778f4e473b9f4b8665ea4e9c2ccf59b9836e993f /packages/taler-wallet-core/src/operations/tip.ts
parentd6c545a0ba68d5fce107779d4b0a2244a137b1aa (diff)
downloadwallet-core-16e7814445d57c2494ddaf3aaf11d60abb2b036b.tar.xz
-move declaration
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/tip.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts
index 9f96b7a7d..f79851be8 100644
--- a/packages/taler-wallet-core/src/operations/tip.ts
+++ b/packages/taler-wallet-core/src/operations/tip.ts
@@ -43,8 +43,6 @@ import {
CoinSourceType,
CoinStatus,
DenominationRecord,
- OperationAttemptResult,
- OperationAttemptResultType,
TipRecord,
} from "../db.js";
import { makeErrorDetail } from "../errors.js";
@@ -54,6 +52,7 @@ import {
readSuccessResponseJsonOrThrow,
} from "../util/http.js";
import { checkDbInvariant, checkLogicInvariant } from "../util/invariants.js";
+import { OperationAttemptResult, OperationAttemptResultType } from "../util/retries.js";
import { makeCoinAvailable } from "../wallet.js";
import { updateExchangeFromUrl } from "./exchanges.js";
import { makeEventId } from "./transactions.js";