gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (631ab718 -> ac7e0daa)


From: gnunet
Subject: [taler-exchange] branch master updated (631ab718 -> ac7e0daa)
Date: Fri, 04 Nov 2022 13:20:39 +0100

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

oec pushed a change to branch master
in repository exchange.

    from 631ab718 -typo
     new 224a7048 -typo
     new ac7e0daa use correct policy related tables

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/auditor/test-sync.sh      | 2 +-
 src/exchangedb/procedures.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index 92fe949f..cda25189 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -65,7 +65,7 @@ function check_with_database()
     taler-auditor-sync -s test-sync-in.conf -d test-sync-out.conf -t
 
     # cs_nonce_locks excluded: no point
-    for table in denominations denomination_revocations wire_targets reserves 
reserves_in reserves_close reserves_out auditors auditor_denom_sigs 
exchange_sign_keys signkey_revocations extensions extension_details known_coins 
refresh_commitments refresh_revealed_coins refresh_transfer_keys deposits 
refunds wire_out aggregation_tracking wire_fee recoup recoup_refresh
+    for table in denominations denomination_revocations wire_targets reserves 
reserves_in reserves_close reserves_out auditors auditor_denom_sigs 
exchange_sign_keys signkey_revocations extensions policy_details 
policy_fulfillments known_coins refresh_commitments refresh_revealed_coins 
refresh_transfer_keys deposits refunds wire_out aggregation_tracking wire_fee 
recoup recoup_refresh
     do
         echo -n "."
         CIN=`echo "SELECT COUNT(*) FROM exchange.$table" | psql talercheck-in 
-Aqt`
diff --git a/src/exchangedb/procedures.sql b/src/exchangedb/procedures.sql
index 30610e86..a732ef75 100644
--- a/src/exchangedb/procedures.sql
+++ b/src/exchangedb/procedures.sql
@@ -520,7 +520,7 @@ AS $$
 DECLARE
   wtsi INT8; -- wire target serial id
 BEGIN
--- Shards: INSERT extension_details (by extension_details_serial_id)
+-- Shards: INSERT policy_details (by policy_details_serial_id)
 --         INSERT wire_targets (by h_payto), on CONFLICT DO NOTHING;
 --         INSERT deposits (by coin_pub, shard), ON CONFLICT DO NOTHING;
 --         UPDATE known_coins (by coin_pub)

-- 
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]