mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
cmd/lncli/commands: fix updatechanpolicy lowest possible fee msg
This commit is contained in:
parent
36983214e8
commit
0451baecf5
@ -3364,7 +3364,8 @@ var updateChannelPolicyCommand = cli.Command{
|
||||
Name: "fee_rate",
|
||||
Usage: "the fee rate that will be charged " +
|
||||
"proportionally based on the value of each " +
|
||||
"forwarded HTLC, the lowest possible rate is 0.000001",
|
||||
"forwarded HTLC, the lowest possible rate is 0 " +
|
||||
"with a granularity of 0.000001 (millionths)",
|
||||
},
|
||||
cli.Int64Flag{
|
||||
Name: "time_lock_delta",
|
||||
|
Loading…
x
Reference in New Issue
Block a user