cmd/loop: reduce off-chain payment max-fee

This commit is contained in:
Alex Bosworth 2019-04-18 15:29:39 -07:00
parent 34d96cb1dc
commit cdd5a7eea0
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E

View file

@ -25,7 +25,7 @@ var (
// the minimum routing fees, which is not very indicative.
maxRoutingFeeBase = btcutil.Amount(10)
maxRoutingFeeRate = int64(50000)
maxRoutingFeeRate = int64(20000)
)
func printRespJSON(resp proto.Message) {