From d1992e59839e49c09ff260588b99cb16ce2942d9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Oct 2021 19:24:08 +0200 Subject: new configuration option: wallet balance threshold --- src/include/taler_exchange_service.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index d861dbe85..2bfb08547 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -264,6 +264,12 @@ struct TALER_EXCHANGE_Keys */ struct GNUNET_TIME_Relative reserve_closing_delay; + /** + * Maximum amount a wallet is allowed to hold from + * this exchange before it must undergo a KYC check. + */ + struct TALER_Amount wallet_balance_limit_without_kyc; + /** * Timestamp indicating the /keys generation. */ -- cgit v1.2.3