From b08bb05a40ac42399bae12d65af4c5489c216786 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 31 Mar 2023 14:50:59 -0300 Subject: save wire fee instead of effective amount --- packages/taler-wallet-core/src/operations/tip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index 28c3cda52..b37288079 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -61,9 +61,9 @@ import { updateExchangeFromUrl } from "./exchanges.js"; import { getCandidateWithdrawalDenoms, getExchangeWithdrawalInfo, - selectWithdrawalDenominations, updateWithdrawalDenoms, } from "./withdraw.js"; +import { selectWithdrawalDenominations } from "../util/coinSelection.js"; const logger = new Logger("operations/tip.ts"); -- cgit v1.2.3