cmd/lncli: add signmessage and verifymessage commands

This commit is contained in:
Philip Hayes
2017-04-19 19:33:09 -07:00
committed by Olaoluwa Osuntokun
parent 2249215260
commit ad5b69b798
2 changed files with 104 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ func main() {
decodePayReqComamnd,
listChainTxnsCommand,
stopCommand,
signMessageCommand,
verifyMessageCommand,
}
if err := app.Run(os.Args); err != nil {