aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-merchant.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-24 14:09:25 +0200
committerFlorian Dold <florian@dold.me>2023-05-24 14:09:25 +0200
commitf14c7e5f2a1495613c16bcf1acf74d08fd91fb48 (patch)
treeb9bf7c35fe54ff6b60341108ef4df187e830c646 /packages/taler-wallet-core/src/operations/pay-merchant.ts
parent4627c0781c982421585e4adf9e3320b56f644965 (diff)
downloadwallet-core-f14c7e5f2a1495613c16bcf1acf74d08fd91fb48.tar.xz
wallet-core: remove deprecated txid parsing
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-merchant.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts
index b39d5f8c1..54953246d 100644
--- a/packages/taler-wallet-core/src/operations/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts
@@ -118,7 +118,6 @@ import {
TaskIdentifiers,
} from "../util/retries.js";
import {
- makeTransactionId,
runLongpollAsync,
runOperationWithErrorReporting,
spendCoins,