exchange

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

commit aacfd9e56fa39ce6a63c521d3341d5865a7bdba6
parent df92f19c37d549e4c62df39c63236715b270d97d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Jun 2026 00:05:38 +0200

fix table name

Diffstat:
Msrc/auditordb/helper.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditordb/helper.c b/src/auditordb/helper.c @@ -35,7 +35,7 @@ TALER_AUDITORDB_get_deletable_suppressable_table_name ( "auditor_coin_inconsistency", "auditor_denomination_key_validity_withdraw_inconsistency", "auditor_denomination_pending", - "auditor_denominations_without_sig", + "auditor_denominations_without_sigs", "auditor_deposit_confirmations", "auditor_emergency", "auditor_emergency_by_count",