From 925097c86df2707a381d10c75445f57110b47d83 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 30 May 2016 17:16:01 +0200 Subject: adding --pool-size option to benchmark, correcting comments --- src/include/taler_exchange_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 62fc64b6f..1da42b897 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -719,9 +719,9 @@ typedef void * @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 @a res_cb -- cgit v1.2.3