summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-15 21:44:03 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-15 21:44:03 +0200
commit28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2 (patch)
tree2b10e8a11883852d0869f96f698ff393666ef290 /src/include
parenta497ccffb607c7ac4e6461693630d2d673afff73 (diff)
downloadexchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.tar.gz
exchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.tar.bz2
exchange-28f790fac5af5d801d5cb7bd3cdfe53f0ac948d2.zip
fix use of index in testing_api_cmd_refresh.c
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h4
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.