gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: compute refund amou


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: compute refund amount correctly
Date: Sat, 31 Aug 2019 13:58:08 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 8d841f8  compute refund amount correctly
8d841f8 is described below

commit 8d841f8c99751590333c7f34ce96f51dcd9e27b6
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 13:58:05 2019 +0200

    compute refund amount correctly
---
 src/backend/taler-merchant-httpd_pay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index f0a2562..3a6bde5 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -1716,7 +1716,7 @@ check_coin_refunded (void *cls,
     struct DepositConfirmation *dc = &pc->dc[i];
 
     /* Get matching coin from results*/
-    if (0 != GNUNET_memcmp (coin_pub,
+    if (0 == GNUNET_memcmp (coin_pub,
                             &dc->coin_pub))
     {
       dc->refunded = GNUNET_YES;

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



reply via email to

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