summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-20 12:35:06 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-20 12:35:06 +0100
commitb9186bdd788b544fbbc349f655b93389fd301211 (patch)
treec788a713516737d60d6b052e7630a710824d4f43 /src/include/taler_testing_lib.h
parente4293ec0752293c9206914e908a1c45e1a4d4f02 (diff)
parent6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b (diff)
downloadexchange-b9186bdd788b544fbbc349f655b93389fd301211.tar.gz
exchange-b9186bdd788b544fbbc349f655b93389fd301211.tar.bz2
exchange-b9186bdd788b544fbbc349f655b93389fd301211.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 9e32d72e6..6066aa5ee 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1611,7 +1611,6 @@ TALER_TESTING_cmd_refund (const char *label,
* 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.
* @param melt_reference NULL if coin was not refreshed, otherwise label of the melt operation
* @return the command.
*/
@@ -1619,7 +1618,6 @@ struct TALER_TESTING_Command
TALER_TESTING_cmd_recoup (const char *label,
unsigned int expected_response_code,
const char *coin_reference,
- const char *amount,
const char *melt_reference);