gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: really report es


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: really report estimatedAmountEffective in PeerPullCredit
Date: Fri, 24 Feb 2023 03:49:18 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new b8a11e69f wallet-core: really report estimatedAmountEffective in 
PeerPullCredit
b8a11e69f is described below

commit b8a11e69f59fd44c4746f3d84061092d76e1d9d4
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Feb 24 03:49:03 2023 +0100

    wallet-core: really report estimatedAmountEffective in PeerPullCredit
---
 packages/taler-wallet-core/src/operations/transactions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index 54fe1320d..3e396098e 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -542,7 +542,7 @@ function buildTransactionForPeerPullCredit(
 
   return {
     type: TransactionType.PeerPullCredit,
-    amountEffective: Amounts.stringify(pullCredit.amount),
+    amountEffective: Amounts.stringify(pullCredit.estimatedAmountEffective),
     amountRaw: Amounts.stringify(peerContractTerms.amount),
     exchangeBaseUrl: pullCredit.exchangeBaseUrl,
     extendedStatus: ExtendedStatus.Pending,

-- 
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]