gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -document untested cases


From: gnunet
Subject: [taler-exchange] branch master updated: -document untested cases
Date: Thu, 09 Nov 2023 23:24:23 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new dc980317 -document untested cases
dc980317 is described below

commit dc9803173f998fb63077f38e7db723a01eb71028
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Nov 9 23:24:19 2023 +0100

    -document untested cases
---
 src/testing/testing_api_cmd_coin_history.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/testing/testing_api_cmd_coin_history.c 
b/src/testing/testing_api_cmd_coin_history.c
index e10199ab..811e4370 100644
--- a/src/testing/testing_api_cmd_coin_history.c
+++ b/src/testing/testing_api_cmd_coin_history.c
@@ -184,11 +184,10 @@ history_entry_cmp (
       return 1;
     return 0;
   case TALER_EXCHANGE_CTT_PURSE_REFUND:
-    if (0 != GNUNET_memcmp (&h1->details.purse_refund.exchange_sig,
-                            &h2->details.purse_refund.exchange_sig))
-      return 1;
+    /* NOTE: not supported yet (trait not returned) */
     return 0;
   case TALER_EXCHANGE_CTT_RESERVE_OPEN_DEPOSIT:
+    /* NOTE: not supported yet (trait not returned) */
     if (0 != GNUNET_memcmp (&h1->details.reserve_open_deposit.coin_sig,
                             &h2->details.reserve_open_deposit.coin_sig))
       return 1;

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