cmd/lncli: add sendtoroute command

This commit adds sendtoroute command to lncli. RPC command SendToRoute
is not yet implemented.
This commit is contained in:
t4sk
2018-01-25 11:19:40 +07:00
committed by Olaoluwa Osuntokun
parent e3d1fb0d4b
commit dc04df0f2e
2 changed files with 118 additions and 0 deletions

View File

@ -210,6 +210,7 @@ func main() {
pendingChannelsCommand,
sendPaymentCommand,
payInvoiceCommand,
sendToRouteCommand,
addInvoiceCommand,
lookupInvoiceCommand,
listInvoicesCommand,