lncli: rename updatefees to updatechanpolicy

This commit renames the `lncli updatefees` command to
`lncli updatechanpolicy` and adds `time_lock_delta` as
one of the passed parameters.
This commit is contained in:
Johan T. Halseth
2017-12-16 23:13:17 +01:00
parent 551326586c
commit 26421031e2
2 changed files with 42 additions and 19 deletions

View File

@@ -193,7 +193,7 @@ func main() {
signMessageCommand,
verifyMessageCommand,
feeReportCommand,
updateFeesCommand,
updateChannelPolicyCommand,
}
if err := app.Run(os.Args); err != nil {