cmd/lncli: add support for the sendcoins RPC

This commit is contained in:
Olaoluwa Osuntokun
2016-06-29 11:29:21 -07:00
parent 6e5fb13a0d
commit e391cf088e
2 changed files with 37 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ func main() {
app.Commands = []cli.Command{
NewAddressCommand,
SendManyCommand,
SendCoinsCommand,
ConnectCommand,
OpenChannelCommand,
CloseChannelCommand,