Add Lightning amount threshold validation

This commit is contained in:
counterweight 2025-12-23 14:46:03 +01:00
parent 28e8ba218f
commit 8936d802a6
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 87 additions and 0 deletions

View file

@ -16,3 +16,4 @@ EUR_TRADE_INCREMENT: int = _constants["exchange"]["eurTradeIncrement"]
PREMIUM_PERCENTAGE: int = _constants["exchange"]["premiumPercentage"]
PRICE_REFRESH_SECONDS: int = _constants["exchange"]["priceRefreshSeconds"]
PRICE_STALENESS_SECONDS: int = _constants["exchange"]["priceStalenessSeconds"]
LIGHTNING_MAX_EUR: int = _constants["exchange"]["lightningMaxEur"]