Merge pull request #3263 from cfromknecht/fix-updatechanpolicy-help

cmd/lncli/commands: fix updatechanpolicy lowest possible fee msg
This commit is contained in:
Wilmer Paulino 2019-07-08 13:46:44 -07:00 committed by GitHub
commit 8a4665ff87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",