mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-06 10:00:07 +00:00
Decrease sample max trade size
This commit is contained in:
@ -108,7 +108,7 @@ MAX_PUBLIC_ORDERS = 100
|
|||||||
|
|
||||||
# Trade limits in satoshis
|
# Trade limits in satoshis
|
||||||
MIN_TRADE = 20000
|
MIN_TRADE = 20000
|
||||||
MAX_TRADE = 5000000
|
MAX_TRADE = 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