set max routing fee rate as 0

pull/107/head
Nicholas Shelby 5 years ago
parent 9e5c66c051
commit c4ee036f9b

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

Loading…
Cancel
Save