mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-04 17:10:25 +00:00
Decrease sample max trade size
This commit is contained in:
@ -108,7 +108,7 @@ MAX_PUBLIC_ORDERS = 100
|
||||
|
||||
# Trade limits in satoshis
|
||||
MIN_TRADE = 20000
|
||||
MAX_TRADE = 5000000
|
||||
MAX_TRADE = 500000
|
||||
|
||||
# For CLTV_expiry calculation
|
||||
# Assume 8 min/block assumed
|
||||
|
Reference in New Issue
Block a user