commit dc9803173f998fb63077f38e7db723a01eb71028 parent 753a506f6564a05176864f3ba561e732b85d54a5 Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 9 Nov 2023 23:24:19 +0100 -document untested cases Diffstat:
| M | 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 @@ -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;