gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missed one file


From: gnunet
Subject: [taler-wallet-core] branch master updated: missed one file
Date: Tue, 28 Jul 2020 20:08:56 +0200

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 503c35d5 missed one file
503c35d5 is described below

commit 503c35d5f5972551cffa1fecb8b7b463503cc662
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 28 23:38:50 2020 +0530

    missed one file
---
 src/wallet.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wallet.ts b/src/wallet.ts
index e8ce9719..09a3fcb4 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -176,8 +176,8 @@ export class Wallet {
       throw Error("exchange is in invalid state");
     }
     return {
-      rawAmount: Amounts.stringify(amount),
-      effectiveAmount: Amounts.stringify(wi.selectedDenoms.totalCoinValue),
+      amountRaw: Amounts.stringify(amount),
+      amountEffective: Amounts.stringify(wi.selectedDenoms.totalCoinValue),
       paytoUris,
       tosAccepted: wi.termsOfServiceAccepted,
     };

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