summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-09 23:24:19 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-09 23:24:19 +0100
commitdc9803173f998fb63077f38e7db723a01eb71028 (patch)
tree4db279944a6fb1405f76025236da3b816e8b25aa /src/testing
parent753a506f6564a05176864f3ba561e732b85d54a5 (diff)
downloadexchange-dc9803173f998fb63077f38e7db723a01eb71028.tar.gz
exchange-dc9803173f998fb63077f38e7db723a01eb71028.tar.bz2
exchange-dc9803173f998fb63077f38e7db723a01eb71028.zip
-document untested cases
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_coin_history.c5
1 files 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 e10199abd..811e43702 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;