mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #47 from alexbosworth/decrease-max-routing-fee
cmd/loop: reduce off-chain payment max-fee
This commit is contained in:
commit
893954e69b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue