enable ibc by default

This commit is contained in:
Ethan Buchman
2017-02-17 09:37:48 -05:00
parent 1d8f59644f
commit 558df7da15
7 changed files with 27 additions and 21 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ func main() {
commands.TxCmd,
commands.QueryCmd,
commands.KeyCmd,
commands.VerifyCmd, // TODO: move to merkleeyes?
commands.BlockCmd, // TODO: move to adam?
commands.VerifyCmd,
commands.BlockCmd,
commands.AccountCmd,
}
app.Run(os.Args)