summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-17 20:30:06 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-17 20:30:06 +0200
commitbde1394ee4e0c449f39d079bca8c8447252c4632 (patch)
treee28455377f2869c8208839305d3967478d42db88 /src/lib/exchange_api_common.c
parentadb93355282653438c9850948146cd5171d92aaf (diff)
downloadexchange-bde1394ee4e0c449f39d079bca8c8447252c4632.tar.gz
exchange-bde1394ee4e0c449f39d079bca8c8447252c4632.tar.bz2
exchange-bde1394ee4e0c449f39d079bca8c8447252c4632.zip
implement /kyc-wallet in libtalerexchange
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r--src/lib/exchange_api_common.c2
1 files changed, 1 insertions, 1 deletions
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,