exchange

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

commit 15099429c3228edd586fbd572e33d3b6dd794f99
parent 0bf069d6d84f99bbc277a6453bdae4823473a5b2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Apr 2020 15:26:55 +0200

fix rc

Diffstat:
Msrc/lib/exchange_api_refreshes_reveal.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_refreshes_reveal.c b/src/lib/exchange_api_refreshes_reveal.c @@ -204,7 +204,7 @@ handle_refresh_reveal_finished (void *cls, const json_t *j = response; struct TALER_EXCHANGE_HttpResponse hr = { .reply = j, - .http_status = MHD_HTTP_OK + .http_status = response_code }; rrh->job = NULL;