diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c index 5cbb6e6c3..2a5c3aca7 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c | |||
@@ -387,11 +387,8 @@ refreshes_reveal_transaction (void *cls, | |||
387 | *mhd_ret = TALER_MHD_REPLY_JSON_PACK ( | 387 | *mhd_ret = TALER_MHD_REPLY_JSON_PACK ( |
388 | connection, | 388 | connection, |
389 | MHD_HTTP_CONFLICT, | 389 | MHD_HTTP_CONFLICT, |
390 | GNUNET_JSON_pack_string ("hint", | 390 | TALER_JSON_pack_ec ( |
391 | TALER_ErrorCode_get_hint ( | 391 | TALER_EC_EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION), |
392 | TALER_EC_EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION)), | ||
393 | GNUNET_JSON_pack_uint64 ("code", | ||
394 | TALER_EC_EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION), | ||
395 | GNUNET_JSON_pack_data_auto ("rc_expected", | 392 | GNUNET_JSON_pack_data_auto ("rc_expected", |
396 | &rc_expected)); | 393 | &rc_expected)); |
397 | return GNUNET_DB_STATUS_HARD_ERROR; | 394 | return GNUNET_DB_STATUS_HARD_ERROR; |