summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-24 20:04:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-24 20:04:34 +0200
commitc99d335943b03ee33b4c87d83c5e70737c9de63c (patch)
treed72ed45cf358dcd3d4bcaed9a46f9e7d86832224
parentd36c617f25fc8229a784643ddcea3223b08aaaec (diff)
downloadmerchant-c99d335943b03ee33b4c87d83c5e70737c9de63c.tar.gz
merchant-c99d335943b03ee33b4c87d83c5e70737c9de63c.tar.bz2
merchant-c99d335943b03ee33b4c87d83c5e70737c9de63c.zip
Commenting\ planchet\ traits
-rw-r--r--src/lib/testing_api_trait_planchet.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/testing_api_trait_planchet.c b/src/lib/testing_api_trait_planchet.c
index 8b225c3a..7a8fdddf 100644
--- a/src/lib/testing_api_trait_planchet.c
+++ b/src/lib/testing_api_trait_planchet.c
@@ -31,9 +31,8 @@
/**
* Obtain planchet secrets from a @a cmd.
*
- * @param cmd command to extract trait from
- * @param index which signature to pick if @a cmd has multiple
- * on offer
+ * @param cmd command to extract trait from.
+ * @param index index of the trait.
* @param planchet_secrets[out] set to the wanted secrets.
* @return #GNUNET_OK on success
*/
@@ -52,8 +51,7 @@ TALER_TESTING_get_trait_planchet_secrets
/**
* Offer planchet secrets.
*
- * @param index which secrets to offer if there are multiple
- * on offer
+ * @param index of the trait.
* @param planchet_secrets set to the offered secrets.
* @return the trait
*/