exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 90aa044e619699eb1f719ac987a80bf5846013b5
parent b405b0287597b29f1b06b8c62b9bfc51f37de52c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Jun 2016 09:02:50 +0200

remove duplciate check

Diffstat:
Msrc/exchange/taler-exchange-httpd_refresh.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_refresh.c b/src/exchange/taler-exchange-httpd_refresh.c @@ -649,12 +649,11 @@ handle_refresh_reveal_json (struct MHD_Connection *connection, res = GNUNET_OK; for (i = 0; i < TALER_CNC_KAPPA - 1; i++) { - if (GNUNET_OK != res) - break; struct GNUNET_JSON_Specification tp_spec[] = { GNUNET_JSON_spec_fixed_auto (NULL, &transfer_privs[i]), GNUNET_JSON_spec_end () }; + if (GNUNET_OK != res) break; res = TMH_PARSE_json_array (connection,