diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-11-09 23:24:19 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-11-09 23:24:19 +0100 |
commit | dc9803173f998fb63077f38e7db723a01eb71028 (patch) | |
tree | 4db279944a6fb1405f76025236da3b816e8b25aa | |
parent | 753a506f6564a05176864f3ba561e732b85d54a5 (diff) |
-document untested cases
-rw-r--r-- | src/testing/testing_api_cmd_coin_history.c | 5 |
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; |