summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refreshes_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 12:35:03 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 12:35:03 +0100
commit730d8c893cdf272f1a5e2a7f796102d670a28c47 (patch)
tree1f1d20030c928c5937adb6e4d6edc273fe9be7bd /src/lib/exchange_api_refreshes_reveal.c
parentd81b3f13d16210c1ae995306507c1b56091bc14e (diff)
downloadexchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.tar.gz
exchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.tar.bz2
exchange-730d8c893cdf272f1a5e2a7f796102d670a28c47.zip
-more doxygen fixes
Diffstat (limited to 'src/lib/exchange_api_refreshes_reveal.c')
-rw-r--r--src/lib/exchange_api_refreshes_reveal.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/exchange_api_refreshes_reveal.c b/src/lib/exchange_api_refreshes_reveal.c
index 2fc02d330..0b44aa355 100644
--- a/src/lib/exchange_api_refreshes_reveal.c
+++ b/src/lib/exchange_api_refreshes_reveal.c
@@ -89,18 +89,17 @@ struct TALER_EXCHANGE_RefreshesRevealHandle
/**
- * We got a 200 OK response for the /refreshes/$RCH/reveal operation.
- * Extract the coin signatures and return them to the caller.
- * The signatures we get from the exchange is for the blinded value.
- * Thus, we first must unblind them and then should verify their
- * validity.
+ * We got a 200 OK response for the /refreshes/$RCH/reveal operation. Extract
+ * the coin signatures and return them to the caller. The signatures we get
+ * from the exchange is for the blinded value. Thus, we first must unblind
+ * them and then should verify their validity.
*
* If everything checks out, we return the unblinded signatures
* to the application via the callback.
*
* @param rrh operation handle
* @param json reply from the exchange
- * @param[out] sigs array of length `num_fresh_coins`, initialized to contain the coin private keys
+ * @param[out] coin_privs array of length `num_fresh_coins`, initialized to contain the coin private keys
* @param[out] sigs array of length `num_fresh_coins`, initialized to contain signatures
* @return #GNUNET_OK on success, #GNUNET_SYSERR on errors
*/