gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: follow up on rename in exchange


From: gnunet
Subject: [taler-merchant] branch master updated: follow up on rename in exchange
Date: Sat, 28 Mar 2020 22:46:33 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 17e7d26  follow up on rename in exchange
17e7d26 is described below

commit 17e7d26894edd55fb2d756e5252d7de20ce89fe0
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 28 22:46:31 2020 +0100

    follow up on rename in exchange
---
 src/backend/taler-merchant-httpd_tip-reserve-helper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_tip-reserve-helper.c 
b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
index 43c10ad..5566148 100644
--- a/src/backend/taler-merchant-httpd_tip-reserve-helper.c
+++ b/src/backend/taler-merchant-httpd_tip-reserve-helper.c
@@ -127,7 +127,7 @@ handle_status (void *cls,
     return;
   }
 
-  if (TALER_EXCHANGE_RTT_DEPOSIT != history[0].type)
+  if (TALER_EXCHANGE_RTT_CREDIT != history[0].type)
   {
     GNUNET_break_op (0);
     resume_with_response (ctr,
@@ -172,7 +172,7 @@ handle_status (void *cls,
   {
     switch (history[i].type)
     {
-    case TALER_EXCHANGE_RTT_DEPOSIT:
+    case TALER_EXCHANGE_RTT_CREDIT:
       {
         enum GNUNET_DB_QueryStatus qs;
         struct GNUNET_HashCode uuid;

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



reply via email to

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