Skip to content

Commit

Permalink
chore: rename node directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Feb 6, 2024
1 parent 2cc6e90 commit 4126844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4126844

Please sign in to comment.