cmd/lncli: implement one-off HTLC payments

This commit is contained in:
Olaoluwa Osuntokun
2016-07-12 17:47:24 -07:00
parent 91509681df
commit 2926988710
2 changed files with 62 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ func main() {
ShellCommand,
GetInfoCommand,
PendingChannelsCommand,
SendPaymentCommand,
}
if err := app.Run(os.Args); err != nil {