diff --git a/app/app.go b/app/app.go index 10f24f7a..0135c483 100644 --- a/app/app.go +++ b/app/app.go @@ -203,7 +203,7 @@ func init() { sdk.DefaultPowerReduction = sdkmath.NewIntFromBigInt(new(big.Int).Exp(big.NewInt(10), big.NewInt(appparams.SedaExponent), nil)) - DefaultNodeHome = filepath.Join(userHomeDir, "."+Name) + DefaultNodeHome = filepath.Join(userHomeDir, ".seda") } // App extends an ABCI application, but with most of its parameters exported.