diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-15 21:44:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-15 21:44:03 +0200 |
commit | 28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2 (patch) | |
tree | 2b10e8a11883852d0869f96f698ff393666ef290 /src/include/taler_testing_lib.h | |
parent | a497ccffb607c7ac4e6461693630d2d673afff73 (diff) |
fix use of index in testing_api_cmd_refresh.c
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 99be529b3..2753b36cb 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1384,7 +1384,9 @@ TALER_TESTING_cmd_refund (const char *label, * @param label the command label * @param expected_response_code expected HTTP status code * @param coin_reference reference to any command which - * offers a coin & reserve private key. + * offers a coin and reserve private key. May specify + * the index of the coin using "$LABEL#$INDEX" syntax. + * Here, $INDEX must be a non-negative number. * @param amount denomination to pay back. * * @return the command. |