lncli: add cancel invoice command

This commit is contained in:
Joost Jager
2018-11-26 14:19:43 +01:00
parent 077852cd4e
commit a8baa23c2e
3 changed files with 93 additions and 0 deletions

View File

@ -298,6 +298,7 @@ func main() {
// Add any extra autopilot commands determined by build flags.
app.Commands = append(app.Commands, autopilotCommands()...)
app.Commands = append(app.Commands, invoicesCommands()...)
if err := app.Run(os.Args); err != nil {
fatal(err)