aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereum/ethereum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/ethereum.go b/ethereum/ethereum.go
index ecbf04c9a..56ea46122 100644
--- a/ethereum/ethereum.go
+++ b/ethereum/ethereum.go
@@ -62,7 +62,7 @@ func main() {
}
g, err := globalconf.NewWithOptions(&globalconf.Options{
- Filename: path.Join(ethutil.ApplicationFolder(".ethereal"), "conf.ini"),
+ Filename: path.Join(ethutil.ApplicationFolder(".ethereum"), "conf.ini"),
})
if err != nil {
fmt.Println(err)