Update max_order_size and min_order env variable names

This commit is contained in:
Reckless_Satoshi
2024-01-09 14:34:19 +00:00
parent 6d75833ff7
commit c47647d7e9

View File

@ -106,9 +106,11 @@ DEVFUND = 0.2
# Coordinator activity limits
MAX_PUBLIC_ORDERS = 100
# Trade limits in satoshis
MIN_TRADE = 20000
MAX_TRADE = 500000
# Coordinator Order size limits in Satoshi
# Minimum order size (must be bigger than DB constrain in /robosats/settings.py MIN_TRADE, currently 20_000 Sats)
MIN_ORDER_SIZE = 20000
# Minimum order size (must be smaller than DB constrain in /robosats/settings.py MAX_TRADE, currently 5_000_000 Sats)
MAX_ORDER_SIZE = 500000
# For CLTV_expiry calculation
# Assume 8 min/block assumed