diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-04 22:35:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-04 22:35:30 +0200 |
commit | f8349a9cbfff85f2f688a686a9dfa3e3db80e8fc (patch) | |
tree | badd5e9b982abb9e8c8d6a07cf6d7f7933613e46 /src/include/taler_mint_service.h | |
parent | 902ec2fe11974c7846d99300d10e24eee2ba92e4 (diff) |
towards test-interpreter command for /withdraw/sign
Diffstat (limited to 'src/include/taler_mint_service.h')
-rw-r--r-- | src/include/taler_mint_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h index 6edd1e428..2fa19434e 100644 --- a/src/include/taler_mint_service.h +++ b/src/include/taler_mint_service.h @@ -579,7 +579,7 @@ typedef void * @param blinding_key where to store 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 + * @param res_cb_cls closure for @a res_cb * @return NULL * if the inputs are invalid (i.e. denomination key not with this mint). * In this case, the callback is not called. |