gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (db669ee4 -> 447ae4da)


From: gnunet
Subject: [taler-exchange] branch master updated (db669ee4 -> 447ae4da)
Date: Sat, 18 Jan 2020 23:53:17 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from db669ee4 payback -> recoup stranglers
     new b90ce2e4 fix dropper
     new 447ae4da DCE

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/exchangedb/drop0000.sql         |  4 ++--
 src/lib/test_exchange_api_twisted.c | 13 -------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/src/exchangedb/drop0000.sql b/src/exchangedb/drop0000.sql
index 26e193ca..f0f46a61 100644
--- a/src/exchangedb/drop0000.sql
+++ b/src/exchangedb/drop0000.sql
@@ -25,8 +25,8 @@ BEGIN;
 
 -- Drops for 0001.sql
 DROP TABLE IF EXISTS prewire CASCADE;
-DROP TABLE IF EXISTS payback CASCADE;
-DROP TABLE IF EXISTS payback_refresh CASCADE;
+DROP TABLE IF EXISTS recoup CASCADE;
+DROP TABLE IF EXISTS recoup_refresh CASCADE;
 DROP TABLE IF EXISTS aggregation_tracking CASCADE;
 DROP TABLE IF EXISTS wire_out CASCADE;
 DROP TABLE IF EXISTS wire_fee CASCADE;
diff --git a/src/lib/test_exchange_api_twisted.c 
b/src/lib/test_exchange_api_twisted.c
index 1725b159..5ae71128 100644
--- a/src/lib/test_exchange_api_twisted.c
+++ b/src/lib/test_exchange_api_twisted.c
@@ -76,19 +76,6 @@ CMD_EXEC_WIREWATCH (char *label)
 }
 
 
-/**
- * Execute the taler-exchange-aggregator command with
- * our configuration file.
- *
- * @param label label to use for the command.
- */
-static struct TALER_TESTING_Command
-CMD_EXEC_AGGREGATOR (char *label)
-{
-  return TALER_TESTING_cmd_exec_aggregator (label, CONFIG_FILE);
-}
-
-
 /**
  * Run wire transfer of funds from some user's account to the
  * exchange.

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



reply via email to

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