ethereum instead of ethereal. Fixes #69

pull/94/head
obscuren 10 years ago
parent d6acb74ac9
commit 98811f11e5
  1. 2
      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)

Loading…
Cancel
Save