From 98811f11e5d7ccf6e053b46b9ca2ed897140ce47 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 31 May 2014 11:43:08 +0200 Subject: [PATCH] ethereum instead of ethereal. Fixes #69 --- ethereum/ethereum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)