lncli: add batchopenchannel command

This commit is contained in:
Oliver Gugger
2021-08-24 11:21:57 +02:00
parent c5c956bbef
commit bb079f746b
2 changed files with 163 additions and 0 deletions

View File

@@ -334,6 +334,7 @@ func main() {
connectCommand,
disconnectCommand,
openChannelCommand,
batchOpenChannelCommand,
closeChannelCommand,
closeAllChannelsCommand,
abandonChannelCommand,