summaryrefslogtreecommitdiff
path: root/src/exchange/exchange.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-16 19:24:08 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-16 19:24:08 +0200
commitd1992e59839e49c09ff260588b99cb16ce2942d9 (patch)
treedfa94bf7368f6d135bb489c52af77724b8483ecf /src/exchange/exchange.conf
parent95c71daf5ee1954342490feabb6ec6220fa3f3e8 (diff)
downloadexchange-d1992e59839e49c09ff260588b99cb16ce2942d9.tar.gz
exchange-d1992e59839e49c09ff260588b99cb16ce2942d9.tar.bz2
exchange-d1992e59839e49c09ff260588b99cb16ce2942d9.zip
new configuration option: wallet balance threshold
Diffstat (limited to 'src/exchange/exchange.conf')
-rw-r--r--src/exchange/exchange.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 2dd934f4e..590b9c39f 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -87,6 +87,10 @@ PRIVACY_ETAG = 0
# Set to "OAUTH2" to use OAuth 2.0 for KYC authorization.
KYC_MODE = NONE
+# Balance threshold above which wallets are told
+# to undergo a KYC check at the exchange. Optional,
+# if not given there is no limit.
+# KYC_WALLET_BALANCE_LIMIT = 150:CURRENCY
[exchange-kyc-oauth2]