exchange

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

commit 896bb8f074d6b6e091ee79de93b8bec118caa3ca
parent 6c6787b49a8d61fc8b8615333cbbdd9dc9cc9f96
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 31 Aug 2021 22:56:14 +0200

typo

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

diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c @@ -1530,7 +1530,7 @@ create_krd (struct TEH_KeyStateHandle *ksh, * @param[in,out] ksh state handle to update * @return #GNUNET_OK on success */ -static enum GNUNET_GenericResponseCode +static enum GNUNET_GenericReturnValue finish_keys_response (struct TEH_KeyStateHandle *ksh) { json_t *recoup;