diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-03-20 14:01:59 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-03-20 14:01:59 +0530 |
commit | 6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b (patch) | |
tree | ba2793ddfa23dfe156433434495e73220efc6a70 /src/include | |
parent | c17f05b5fdddfc3a26285777b437120dbfe0bb1e (diff) |
make recoup idempotent and simplify response
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 | ||||
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index f90cdd4a4..928a808a2 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1757,8 +1757,6 @@ typedef void void *cls, unsigned int http_status, enum TALER_ErrorCode ec, - const struct TALER_Amount *amount, - struct GNUNET_TIME_Absolute timestamp, const struct TALER_ReservePublicKeyP *reserve_pub, const struct TALER_CoinSpendPublicKeyP *old_coin_pub, const json_t *full_response); 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); |