mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 06:01:48 +02:00
rpcserver+routerrpc: remove payment limit
This commit is contained in:
@@ -756,7 +756,6 @@ func ValidateConfig(cfg Config, usageMessage string) (*Config, error) {
|
||||
// primary chain.
|
||||
cfg.registeredChains.RegisterPrimaryChain(litecoinChain)
|
||||
MaxFundingAmount = maxLtcFundingAmount
|
||||
MaxPaymentMSat = maxLtcPaymentMSat
|
||||
|
||||
case cfg.Bitcoin.Active:
|
||||
// Multiple networks can't be selected simultaneously. Count
|
||||
|
Reference in New Issue
Block a user