lncli: add listchaintxns command

This commit is contained in:
Thomas Preindl
2017-03-04 09:23:04 +01:00
committed by Olaoluwa Osuntokun
parent e1354dca45
commit 9665bb7e54
2 changed files with 23 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ func main() {
GetNetworkInfoCommand,
DebugLevel,
DecodePayReq,
ListChainTxns,
}
if err := app.Run(os.Args); err != nil {