mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-05 17:40:05 +00:00
Update max_order_size and min_order env variable names
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user