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:
afederigo
2017-05-05 15:05:30 +03:00
committed by Olaoluwa Osuntokun
parent 1eaa522265
commit 5b7fe7de9e
2 changed files with 31 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ func main() {
debugLevelCommand,
decodePayReqComamnd,
listChainTxnsCommand,
disconnectCommand,
}
if err := app.Run(os.Args); err != nil {