exchange

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

commit 1d40a01a1e75ed089ac3b6436be6c758d5d2e029
parent 2daa38fcde105c89d11c018d038445ed3067dcbc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Jun 2017 00:17:40 +0200

fix indentation

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

diff --git a/src/exchange-lib/exchange_api_reserve.c b/src/exchange-lib/exchange_api_reserve.c @@ -894,7 +894,7 @@ handle_reserve_withdraw_finished (void *cls, case MHD_HTTP_OK: if (GNUNET_OK != reserve_withdraw_ok (wsh, - json)) + json)) { GNUNET_break_op (0); response_code = 0;