mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 10:35:32 +02:00
cmd/lncli: add sendtoroute command
This commit adds sendtoroute command to lncli. RPC command SendToRoute is not yet implemented.
This commit is contained in:
@ -210,6 +210,7 @@ func main() {
|
||||
pendingChannelsCommand,
|
||||
sendPaymentCommand,
|
||||
payInvoiceCommand,
|
||||
sendToRouteCommand,
|
||||
addInvoiceCommand,
|
||||
lookupInvoiceCommand,
|
||||
listInvoicesCommand,
|
||||
|
Reference in New Issue
Block a user