mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-12-20 03:55:34 +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
|
# Coordinator activity limits
|
||||||
MAX_PUBLIC_ORDERS = 100
|
MAX_PUBLIC_ORDERS = 100
|
||||||
|
|
||||||
# Trade limits in satoshis
|
# Coordinator Order size limits in Satoshi
|
||||||
MIN_TRADE = 20000
|
# Minimum order size (must be bigger than DB constrain in /robosats/settings.py MIN_TRADE, currently 20_000 Sats)
|
||||||
MAX_TRADE = 500000
|
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
|
# For CLTV_expiry calculation
|
||||||
# Assume 8 min/block assumed
|
# Assume 8 min/block assumed
|
||||||
|
|||||||
Reference in New Issue
Block a user