summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-09-16 14:27:24 -0300
committerSebastian <sebasjm@gmail.com>2022-09-16 14:27:24 -0300
commit860f10e6f004668d3109b5a1d96ddb2b26ddc2f5 (patch)
treee9b883f86029249ac8012d8a348b5c609e91daf7 /packages/taler-wallet-core/src/operations/pay.ts
parent4b72bbd0170a37ce271b6bd2016401baab4adcf5 (diff)
downloadwallet-core-860f10e6f004668d3109b5a1d96ddb2b26ddc2f5.tar.gz
wallet-core-860f10e6f004668d3109b5a1d96ddb2b26ddc2f5.tar.bz2
wallet-core-860f10e6f004668d3109b5a1d96ddb2b26ddc2f5.zip
pretty
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay.ts b/packages/taler-wallet-core/src/operations/pay.ts
index 468f9ca31..52b23713d 100644
--- a/packages/taler-wallet-core/src/operations/pay.ts
+++ b/packages/taler-wallet-core/src/operations/pay.ts
@@ -97,7 +97,13 @@ import {
throwUnexpectedRequestError,
} from "../util/http.js";
import { checkDbInvariant, checkLogicInvariant } from "../util/invariants.js";
-import { OperationAttemptResult, OperationAttemptResultType, RetryInfo, RetryTags, scheduleRetry } from "../util/retries.js";
+import {
+ OperationAttemptResult,
+ OperationAttemptResultType,
+ RetryInfo,
+ RetryTags,
+ scheduleRetry,
+} from "../util/retries.js";
import { spendCoins } from "../wallet.js";
import { getExchangeDetails } from "./exchanges.js";
import { getTotalRefreshCost } from "./refresh.js";