commit c99d335943b03ee33b4c87d83c5e70737c9de63c parent d36c617f25fc8229a784643ddcea3223b08aaaec Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 24 May 2018 20:04:34 +0200 Commenting\ planchet\ traits Diffstat:
| M | src/lib/testing_api_trait_planchet.c | | | 8 | +++----- |
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git 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 */