Skip to content

Commit

Permalink
ethereum instead of ethereal. Fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed May 31, 2014
1 parent d6acb74 commit 98811f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/ethereum.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98811f1

Please sign in to comment.