diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:37:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-29 00:37:37 +0200 |
commit | 0846ab93bcbe606d34cc547904634244312e137d (patch) | |
tree | 6965ac524b88653be4e61ca340884853cba666dd /src/lib | |
parent | f486df99c87f4ea660a4e39fe4497c9fd2afa847 (diff) |
doxygen fixes
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_withdraw2.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/exchange_api_withdraw2.c b/src/lib/exchange_api_withdraw2.c index 25f669143..c51138d90 100644 --- a/src/lib/exchange_api_withdraw2.c +++ b/src/lib/exchange_api_withdraw2.c @@ -347,11 +347,8 @@ handle_reserve_withdraw_finished (void *cls, * same arguments in case of failures. * * @param exchange the exchange handle; the exchange must be ready to operate - * @param pk kind of coin to create - * @param reserve_sig signature from the reserve authorizing the withdrawal - * @param reserve_pub public key of the reserve to withdraw from - * @param ps secrets of the planchet - * caller must have committed this value to disk before the call (with @a pk) + * @param pd planchet details of the planchet to withdraw + * @param reserve_priv private key of the reserve to withdraw from * @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 * @return NULL |