Add new rpc subcommand from light-client

This commit is contained in:
Ethan Frey
2017-06-27 18:13:29 +02:00
parent 41bc371a1d
commit 71946ada6f
3 changed files with 8 additions and 6 deletions
+2
View File
@@ -9,6 +9,7 @@ import (
"github.com/tendermint/light-client/commands"
"github.com/tendermint/light-client/commands/proofs"
"github.com/tendermint/light-client/commands/proxy"
rpccmd "github.com/tendermint/light-client/commands/rpc"
"github.com/tendermint/light-client/commands/seeds"
"github.com/tendermint/light-client/commands/txs"
"github.com/tendermint/tmlibs/cli"
@@ -50,6 +51,7 @@ func main() {
commands.ResetCmd,
keycmd.RootCmd,
seeds.RootCmd,
rpccmd.RootCmd,
pr,
tr,
proxy.RootCmd,