gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: remove bogus assertion (#6775)


From: gnunet
Subject: [taler-merchant] branch master updated: remove bogus assertion (#6775)
Date: Thu, 04 Mar 2021 10:41:22 +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 1e6bd4db remove bogus assertion (#6775)
     new c2a9a820 Merge branch 'master' of git+ssh://git.taler.net/merchant
1e6bd4db is described below

commit 1e6bd4db09bebef2f65a88829d4637cd3017adb1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 4 10:40:45 2021 +0100

    remove bogus assertion (#6775)
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index c0922f67..420a19c4 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -1058,9 +1058,6 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
                                          "order status");
     }
     GNUNET_break (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs);
-    GNUNET_break (0 ==
-                  GNUNET_memcmp (&h_contract,
-                                 &god->h_contract_terms));
     if (! paid)
     {
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,

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