[cmd] new relay command for IBC relay

This commit is contained in:
Ethan Buchman
2017-05-22 07:35:23 -04:00
parent f4c5edaca3
commit 7b83dea0d6
2 changed files with 212 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ func main() {
RootCmd.AddCommand(
commands.InitCmd,
commands.StartCmd,
commands.RelayCmd,
commands.TxCmd,
commands.QueryCmd,
commands.KeyCmd,