gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: fix zeroOfCurrency


From: gnunet
Subject: [taler-wallet-core] 01/02: fix zeroOfCurrency
Date: Wed, 18 Jan 2023 16:36:58 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 44570081f1861681c3f9799c79c6d1c57673195e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jan 18 12:36:36 2023 -0300

    fix zeroOfCurrency
---
 packages/taler-wallet-core/src/operations/pay-peer.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/pay-peer.ts 
b/packages/taler-wallet-core/src/operations/pay-peer.ts
index bb36217d6..48434e452 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer.ts
@@ -319,7 +319,7 @@ export async function selectPeerCoins(
           exchangeFeeGap[exch.baseUrl] ?? Amounts.zeroOfCurrency(currency);
         if (Amounts.cmp(infoExchange.balanceMaterial, instructedAmount) < 0) {
           // Show fee gap only if we should've been able to pay with the 
material amount
-          gap = Amounts.zeroOfAmount(currency);
+          gap = Amounts.zeroOfCurrency(currency);
         }
         perExchange[exch.baseUrl] = {
           balanceAvailable: Amounts.stringify(infoExchange.balanceAvailable),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]