diff --git a/cmd/realio-networkd/root.go b/cmd/realio-networkd/root.go index 35141b15..a931823f 100644 --- a/cmd/realio-networkd/root.go +++ b/cmd/realio-networkd/root.go @@ -77,7 +77,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { tempDir := tempDir() initAppOptions.Set(flags.FlagHome, tempDir) // opt := baseapp.SetChainID(types.MainnetChainID) - tempApp := app.New(log.NewNopLogger(), dbm.NewMemDB(), nil, true, map[int64]bool{}, "test", 5, app.MakeEncodingConfig(), initAppOptions) + tempApp := app.New(log.NewNopLogger(), dbm.NewMemDB(), nil, true, map[int64]bool{}, tempDir, 5, app.MakeEncodingConfig(), initAppOptions) encodingConfig := app.MakeEncodingConfig() initClientCtx := client.Context{}. WithCodec(encodingConfig.Codec).