fix the tests. includes some hacks

This commit is contained in:
Ethan Buchman
2018-03-18 02:02:26 +01:00
parent d807d32f8a
commit 64852138b6
12 changed files with 301 additions and 114 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type appCreator func(string, log.Logger) (abci.Application, error)
// stand-alone, or in-process with tendermint
func StartCmd(app appCreator, logger log.Logger) *cobra.Command {
start := startCmd{
appCreator: appCreator,
appCreator: app,
logger: logger,
}
cmd := &cobra.Command{