mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 14:48:14 +01:00
lncli: add disconnect peer command
Issue: 139 This commit contains lncli command which disconnects remote peers from console by passing one string argument: pubKey.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
1eaa522265
commit
5b7fe7de9e
@@ -78,6 +78,7 @@ func main() {
|
||||
debugLevelCommand,
|
||||
decodePayReqComamnd,
|
||||
listChainTxnsCommand,
|
||||
disconnectCommand,
|
||||
}
|
||||
|
||||
if err := app.Run(os.Args); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user