diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-31 17:43:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-31 17:43:08 +0800 |
commit | 98811f11e5d7ccf6e053b46b9ca2ed897140ce47 (patch) | |
tree | b51002f83be1ac907e1472660abc4faa2fd11f7a | |
parent | d6acb74ac95fc2630e5a1e2c71cc6534f135606b (diff) | |
download | dexon-98811f11e5d7ccf6e053b46b9ca2ed897140ce47.tar.gz dexon-98811f11e5d7ccf6e053b46b9ca2ed897140ce47.tar.zst dexon-98811f11e5d7ccf6e053b46b9ca2ed897140ce47.zip |
ethereum instead of ethereal. Fixes #69
-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) |