diff options
| author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 15:12:56 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 15:13:03 +0100 | 
| commit | c8e51de96f5a7dd767e49e9940e515b5a5aef83a (patch) | |
| tree | 9322304f87da60325d5237f8adb0f50f54838202 /src/lib | |
| parent | 263d36f7a55c266fca0c539df083070b535c8869 (diff) | |
payto
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/testing_api_cmd_bank_history_debit.c | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/src/lib/testing_api_cmd_bank_history_debit.c b/src/lib/testing_api_cmd_bank_history_debit.c index 0ff491f3..4622ab07 100644 --- a/src/lib/testing_api_cmd_bank_history_debit.c +++ b/src/lib/testing_api_cmd_bank_history_debit.c @@ -70,11 +70,6 @@ struct HistoryState    const char *account_url;    /** -   * Payto URL of the debited account offering the "history" operation. -   */ -  char *debit_payto; - -  /**     * Reference to command defining the     * first row number we want in the result.     */ @@ -308,15 +303,6 @@ build_history (struct TALER_TESTING_Interpreter *is,      /* when 'start' was _not_ given, then ok == GNUNET_YES */      if (GNUNET_NO == ok)        continue; /* skip until we find the marker */ -    if (0 != strcasecmp (hs->debit_payto, -                         debit_account)) -    { -      GNUNET_log (GNUNET_ERROR_TYPE_INFO, -                  "Account %s does not match desired account %s\n", -                  debit_account, -                  hs->debit_payto); -      continue; /* account missmatch */ -    }      if (total >= GNUNET_MAX (hs->num_results,                               -hs->num_results) )      { @@ -571,7 +557,6 @@ history_cleanup (void *cls,      GNUNET_free (hs->h[off].c_url);      GNUNET_free (hs->h[off].d_url);    } -  GNUNET_free (hs->debit_payto);    GNUNET_free_non_null (hs->h);    GNUNET_free (hs);  } @@ -604,7 +589,6 @@ TALER_TESTING_cmd_bank_debits (const char *label,    hs->start_row_reference = start_row_reference;    hs->num_results = num_results;    hs->auth = *auth; -  hs->debit_payto = TALER_payto_xtalerbank_make2 (account_url);    {      struct TALER_TESTING_Command cmd = { | 
