From 481ffc1a0a2c808316877a76d74262aa61274a26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Nov 2022 16:43:59 +0100 Subject: remove wad fee, kyc fee and kyc-timeout --- src/testing/testing_api_cmd_set_wire_fee.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/testing/testing_api_cmd_set_wire_fee.c') diff --git a/src/testing/testing_api_cmd_set_wire_fee.c b/src/testing/testing_api_cmd_set_wire_fee.c index 8eb993878..ed3448ac5 100644 --- a/src/testing/testing_api_cmd_set_wire_fee.c +++ b/src/testing/testing_api_cmd_set_wire_fee.c @@ -60,11 +60,6 @@ struct WireFeeState */ const char *closing_fee; - /** - * Wad fee amount to use. - */ - const char *wad_fee; - /** * Expected HTTP response code. */ @@ -140,9 +135,6 @@ wire_add_run (void *cls, if ( (GNUNET_OK != TALER_string_to_amount (ds->closing_fee, &fees.closing)) || - (GNUNET_OK != - TALER_string_to_amount (ds->wad_fee, - &fees.wad)) || (GNUNET_OK != TALER_string_to_amount (ds->wire_fee, &fees.wire)) ) @@ -217,7 +209,6 @@ TALER_TESTING_cmd_set_wire_fee (const char *label, const char *wire_method, const char *wire_fee, const char *closing_fee, - const char *wad_fee, unsigned int expected_http_status, bool bad_sig) { @@ -229,7 +220,6 @@ TALER_TESTING_cmd_set_wire_fee (const char *label, ds->wire_method = wire_method; ds->wire_fee = wire_fee; ds->closing_fee = closing_fee; - ds->wad_fee = wad_fee; { struct TALER_TESTING_Command cmd = { .cls = ds, -- cgit v1.2.3