summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_reserve.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-30 17:16:01 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-30 17:16:01 +0200
commit925097c86df2707a381d10c75445f57110b47d83 (patch)
treeabeb020fdb1e3939b8d4c5a83116355dec957158 /src/exchange-lib/exchange_api_reserve.c
parent848c7f0e4fe3adde77e1cb1e1b4677dd5ef2ca0e (diff)
downloadexchange-925097c86df2707a381d10c75445f57110b47d83.tar.gz
exchange-925097c86df2707a381d10c75445f57110b47d83.tar.bz2
exchange-925097c86df2707a381d10c75445f57110b47d83.zip
adding --pool-size option to benchmark,
correcting comments
Diffstat (limited to 'src/exchange-lib/exchange_api_reserve.c')
-rw-r--r--src/exchange-lib/exchange_api_reserve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_reserve.c b/src/exchange-lib/exchange_api_reserve.c
index ab8733dbb..82e602a46 100644
--- a/src/exchange-lib/exchange_api_reserve.c
+++ b/src/exchange-lib/exchange_api_reserve.c
@@ -778,9 +778,9 @@ handle_reserve_withdraw_finished (void *cls,
* @param exchange the exchange handle; the exchange must be ready to operate
* @param pk kind of coin to create
* @param reserve_priv private key of the reserve to withdraw from
- * @param coin_priv where to store the coin's private key,
+ * @param coin_priv where to fetch the coin's private key,
* caller must have committed this value to disk before the call (with @a pk)
- * @param blinding_key where to store the coin's blinding key
+ * @param blinding_key where to fetch the coin's blinding key
* caller must have committed this value to disk before the call (with @a pk)
* @param res_cb the callback to call when the final result for this request is available
* @param res_cb_cls closure for the above callback