gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: consistent naming


From: gnunet
Subject: [taler-wallet-core] branch master updated: consistent naming
Date: Tue, 28 Jul 2020 20:03:36 +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 997445d4 consistent naming
997445d4 is described below

commit 997445d42f6c804b7560a98e636f9f24496b4202
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 28 23:33:30 2020 +0530

    consistent naming
---
 src/types/walletTypes.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts
index f3781533..a6bc26d8 100644
--- a/src/types/walletTypes.ts
+++ b/src/types/walletTypes.ts
@@ -489,12 +489,12 @@ export interface ManualWithdrawalDetails {
   /**
    * Amount that the user will transfer to the exchange.
    */
-  rawAmount: AmountString;
+  amountRaw: AmountString;
 
   /**
    * Amount that will be added to the user's wallet balance.
    */
-  effectiveAmount: AmountString;
+  amountEffective: AmountString;
 
   /**
    * Ways to pay the exchange.

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