exchange

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

commit 144384093bdbcfdae67b5d56418121030e39dbf6
parent fd5d968600bcf1dbc50fb38bf6827a29920b816f
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 25 Jan 2026 15:46:39 +0100

update GANA

Diffstat:
Msrc/include/taler/taler_dbevents.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/include/taler/taler_dbevents.h b/src/include/taler/taler_dbevents.h @@ -227,6 +227,12 @@ enum TALER_DbEventType /** + * Event triggered when there are new KYC status updates to be fetched immediately. Triggers run of taler-merchant-kychceck. + */ + TALER_DBEVENT_MERCHANT_EXCHANGE_KYC_UPDATE_FORCED = 1120, + + + /** * Event triggered when there is a new deposit confirmation available. */ TALER_DBEVENT_EXCHANGE_AUDITOR_NEW_DEPOSIT_CONFIRMATION = 1200,