From 778a402d07706462818e9c9d01520fd3d8d238d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Oct 2021 21:02:04 +0200 Subject: -implement more of the KYC handlers --- src/exchange/taler-exchange-httpd_deposit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_deposit.c') diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c index 7148b93fc..42162f8a4 100644 --- a/src/exchange/taler-exchange-httpd_deposit.c +++ b/src/exchange/taler-exchange-httpd_deposit.c @@ -381,7 +381,7 @@ TEH_handler_deposit (struct MHD_Connection *connection, sizeof (deposit)); deposit.coin.coin_pub = *coin_pub; { - int res; + enum GNUNET_GenericReturnValue res; res = TALER_MHD_parse_json_data (connection, root, -- cgit v1.2.3