gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 30/152: use unregister


From: gnunet
Subject: [taler-exchange] 30/152: use unregister
Date: Sun, 05 Jul 2020 20:46:26 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 18e62d8513074474acb6b78485fb2fd5203b6cb7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 16 11:14:44 2020 +0200

    use unregister
---
 src/exchangedb/drop0001.sql      | 4 ++--
 src/include/taler_bank_service.h | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index f0f46a61..7ffa7554 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -43,8 +43,8 @@ DROP TABLE IF EXISTS reserves CASCADE;
 DROP TABLE IF EXISTS denomination_revocations CASCADE;
 DROP TABLE IF EXISTS denominations CASCADE;
 
--- Drop versioning (0000.sql)
-DROP SCHEMA IF EXISTS _v CASCADE;
+-- Unregister patch (0001.sql)
+SELECT _v.unregister_patch('exchange-0001', NULL, NULL);
 
 -- And we're out of here...
 COMMIT;
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h
index 0212e61f..c5d0e5ca 100644
--- a/src/include/taler_bank_service.h
+++ b/src/include/taler_bank_service.h
@@ -384,16 +384,16 @@ struct TALER_BANK_DebitDetails
   const char *exchange_base_url;
 
   /**
-   * payto://-URL of the source account that
+   * payto://-URI of the source account that
    * send the funds.
    */
-  const char *debit_account_url;
+  const char *debit_account_url; // FIXME: rename: url->uri
 
   /**
-   * payto://-URL of the target account that
+   * payto://-URI of the target account that
    * received the funds.
    */
-  const char *credit_account_url;
+  const char *credit_account_url; // FIXME: rename: url->uri
 
 };
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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