gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: quick fix for DEPOSIT->CREDIT


From: gnunet
Subject: [taler-wallet-core] branch master updated: quick fix for DEPOSIT->CREDIT rename
Date: Mon, 30 Mar 2020 21:46:13 +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 63cf4376 quick fix for DEPOSIT->CREDIT rename
63cf4376 is described below

commit 63cf437633d7f9d91226fcefad3744332680122e
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 31 01:16:07 2020 +0530

    quick fix for DEPOSIT->CREDIT rename
---
 src/types/ReserveTransaction.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/types/ReserveTransaction.ts b/src/types/ReserveTransaction.ts
index ba5ce3ff..3b2553de 100644
--- a/src/types/ReserveTransaction.ts
+++ b/src/types/ReserveTransaction.ts
@@ -39,7 +39,7 @@ import { Timestamp, codecForTimestamp } from "../util/time";
 
 export const enum ReserveTransactionType {
   Withdraw = "WITHDRAW",
-  Deposit = "DEPOSIT",
+  Deposit = "CREDIT",
   Recoup = "RECOUP",
   Closing = "CLOSING",
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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