diff options
author | Florian Dold <florian@dold.me> | 2023-05-24 14:09:25 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-05-24 14:09:25 +0200 |
commit | f14c7e5f2a1495613c16bcf1acf74d08fd91fb48 (patch) | |
tree | b9bf7c35fe54ff6b60341108ef4df187e830c646 /packages/taler-wallet-core/src/operations/tip.ts | |
parent | 4627c0781c982421585e4adf9e3320b56f644965 (diff) |
wallet-core: remove deprecated txid parsing
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/tip.ts | 2 |
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 4139234f4..a6e1a8fec 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -59,7 +59,7 @@ import { OperationAttemptResult, OperationAttemptResultType, } from "../util/retries.js"; -import { makeCoinAvailable, makeTransactionId } from "./common.js"; +import { makeCoinAvailable } from "./common.js"; import { updateExchangeFromUrl } from "./exchanges.js"; import { getCandidateWithdrawalDenoms, |