mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-22 12:07:04 +01:00
cmd/lncli/commands: fix updatechanpolicy lowest possible fee msg
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user