summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-04 22:35:30 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-04 22:35:30 +0200
commitf8349a9cbfff85f2f688a686a9dfa3e3db80e8fc (patch)
treebadd5e9b982abb9e8c8d6a07cf6d7f7933613e46 /src/include
parent902ec2fe11974c7846d99300d10e24eee2ba92e4 (diff)
downloadexchange-f8349a9cbfff85f2f688a686a9dfa3e3db80e8fc.tar.gz
exchange-f8349a9cbfff85f2f688a686a9dfa3e3db80e8fc.tar.bz2
exchange-f8349a9cbfff85f2f688a686a9dfa3e3db80e8fc.zip
towards test-interpreter command for /withdraw/sign
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_mint_service.h2
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.