client/lcd: wip use in-proc tm and lcd for tests

This commit is contained in:
Ethan Buchman
2018-03-17 23:12:43 +01:00
parent 7f3a6e0c04
commit d807d32f8a
6 changed files with 113 additions and 31 deletions
+4
View File
@@ -42,6 +42,10 @@ func main() {
// get the codec
cdc := app.MakeCodec()
// TODO: setup keybase, viper object, etc. to be passed into
// the below functions and eliminate global vars, like we do
// with the cdc
// add standard rpc, and tx commands
rpc.AddCommands(basecliCmd)
basecliCmd.AddCommand(client.LineBreak)