From bde1394ee4e0c449f39d079bca8c8447252c4632 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 17 Oct 2021 20:30:06 +0200 Subject: implement /kyc-wallet in libtalerexchange --- src/lib/exchange_api_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_common.c') diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index a6873c656..9c4a95ad0 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -445,7 +445,7 @@ TALER_EXCHANGE_free_reserve_history ( * @param[out] total how much of the coin has been spent according to @a history * @return #GNUNET_OK if @a history is valid, #GNUNET_SYSERR if not */ -int +enum GNUNET_GenericReturnValue TALER_EXCHANGE_verify_coin_history ( const struct TALER_EXCHANGE_DenomPublicKey *dk, const char *currency, -- cgit v1.2.3