diff options
Diffstat (limited to 'ethereum/ethereum.go')
-rw-r--r-- | ethereum/ethereum.go | 2 |
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) |