cmd/lncli/commands: fix updatechanpolicy lowest possible fee msg

This commit is contained in:
Conner Fromknecht 2019-07-02 16:20:53 -07:00
parent 36983214e8
commit 0451baecf5
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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