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_offline_sign_wire_fees.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/testing/testing_api_cmd_offline_sign_wire_fees.c') diff --git a/src/testing/testing_api_cmd_offline_sign_wire_fees.c b/src/testing/testing_api_cmd_offline_sign_wire_fees.c index 55746ebc..0fccbcd0 100644 --- a/src/testing/testing_api_cmd_offline_sign_wire_fees.c +++ b/src/testing/testing_api_cmd_offline_sign_wire_fees.c @@ -51,11 +51,6 @@ struct OfflineSignState */ const char *wire_fee_s; - /** - * The wad fee to sign. - */ - const char *wad_fee_s; - /** * The closing fee to sign. */ @@ -91,7 +86,6 @@ offlinesign_run (void *cls, "x-taler-bank", ks->wire_fee_s, ks->closing_fee_s, - ks->wad_fee_s, "upload", NULL); if (NULL == ks->offlinesign_proc) @@ -163,15 +157,13 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_exec_offline_sign_fees (const char *label, const char *config_filename, const char *wire_fee, - const char *closing_fee, - const char *wad_fee) + const char *closing_fee) { struct OfflineSignState *ks; ks = GNUNET_new (struct OfflineSignState); ks->config_filename = config_filename; ks->wire_fee_s = wire_fee; - ks->wad_fee_s = wad_fee; ks->closing_fee_s = closing_fee; { struct TALER_TESTING_Command cmd = { -- cgit v1.2.3