gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: payto


From: gnunet
Subject: [taler-exchange] branch master updated: payto
Date: Fri, 17 Jan 2020 15:13:07 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c8e51de9 payto
c8e51de9 is described below

commit c8e51de96f5a7dd767e49e9940e515b5a5aef83a
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 15:12:56 2020 +0100

    payto
---
 src/lib/testing_api_cmd_bank_history_debit.c | 16 ----------------
 1 file changed, 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
@@ -69,11 +69,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 = {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]