summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-31 14:50:59 -0300
committerSebastian <sebasjm@gmail.com>2023-03-31 14:50:59 -0300
commitb08bb05a40ac42399bae12d65af4c5489c216786 (patch)
tree207fd85850e2fa2c11211c3345f60057c5afb405 /packages/taler-wallet-core/src/operations/tip.ts
parenta8d30ef0f91cd7d36a30aeaad1d2df98d444692e (diff)
downloadwallet-core-b08bb05a40ac42399bae12d65af4c5489c216786.tar.gz
wallet-core-b08bb05a40ac42399bae12d65af4c5489c216786.tar.bz2
wallet-core-b08bb05a40ac42399bae12d65af4c5489c216786.zip
save wire fee instead of effective amount
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/tip.ts2
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 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");