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

pull/47/head
Alex Bosworth 5 years ago
parent 34d96cb1dc
commit cdd5a7eea0
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -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) {

Loading…
Cancel
Save