fix the tests. includes some hacks
This commit is contained in:
+1
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user