Added ini file for ethereum. fixes #66

This commit is contained in:
obscuren
2014-05-30 19:36:05 +02:00
parent 65c5a20e1c
commit 0bdb0a9d58
4 changed files with 43 additions and 17 deletions

View File

@ -50,7 +50,7 @@ func main() {
} else {
g.ParseAll()
}
ethutil.ReadConfig(".ethereal", ethutil.LogFile|ethutil.LogStd, Identifier)
ethutil.ReadConfig(".ethereal", ethutil.LogFile|ethutil.LogStd, g, Identifier)
// Instantiated a eth stack
ethereum, err := eth.New(eth.CapDefault, UseUPnP)