From 19eb72e277de89600506c2c7d1f14487ebe6408e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 14 Jan 2021 18:00:00 +0100 Subject: logging, cosmetic fixes --- packages/taler-wallet-core/src/operations/tip.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 328fe2cfa..9242d70d5 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -34,7 +34,7 @@ import { getExchangeWithdrawalInfo, denomSelectionInfoToState, updateWithdrawalDenoms, - getPossibleWithdrawalDenoms, + getCandidateWithdrawalDenoms, selectWithdrawalDenominations, } from "./withdraw"; import { updateExchangeFromUrl } from "./exchanges"; @@ -95,7 +95,7 @@ export async function prepareTip( const walletTipId = encodeCrock(getRandomBytes(32)); await updateWithdrawalDenoms(ws, tipPickupStatus.exchange_url); - const denoms = await getPossibleWithdrawalDenoms( + const denoms = await getCandidateWithdrawalDenoms( ws, tipPickupStatus.exchange_url, ); -- cgit v1.2.3