exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ac7e0daa2f78668e7e132b617557290283064485
parent 224a7048c1969009e73b1990329bca3ccebb8ad4
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Fri,  4 Nov 2022 13:20:34 +0100

use correct policy related tables

Diffstat:
Msrc/auditor/test-sync.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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`