diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-16 19:24:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-16 19:24:08 +0200 |
commit | d1992e59839e49c09ff260588b99cb16ce2942d9 (patch) | |
tree | dfa94bf7368f6d135bb489c52af77724b8483ecf /src/exchange/taler-exchange-httpd.h | |
parent | 95c71daf5ee1954342490feabb6ec6220fa3f3e8 (diff) |
new configuration option: wallet balance threshold
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index 7c95c9dc..3f934dbd 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -65,6 +65,14 @@ struct TEH_KycOptions struct TALER_Amount withdraw_limit; /** + * Maximum balance a wallet can hold without + * needing KYC. + * Only valid if @e mode is not #TEH_KYC_NONE and + * if the amount specified is valid. + */ + struct TALER_Amount wallet_balance_limit; + + /** * Time period over which @e withdraw_limit applies. * Only valid if @e mode is not #TEH_KYC_NONE. */ |