diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-31 01:36:05 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-31 01:36:05 +0800 |
commit | 0bdb0a9d58be08e210eb94dc6893f6103202ae7c (patch) | |
tree | 698d0741de1bc01510bbb98fdb42baa8aef690d1 /ethereal/ethereum.go | |
parent | 65c5a20e1c04c996f96f81cd959ab986b8482b6a (diff) | |
download | go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar.gz go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar.bz2 go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar.lz go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar.xz go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.tar.zst go-tangerine-0bdb0a9d58be08e210eb94dc6893f6103202ae7c.zip |
Added ini file for ethereum. fixes #66
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r-- | ethereal/ethereum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ethereum.go b/ethereal/ethereum.go index a7e43cd9a..b6e1c681b 100644 --- a/ethereal/ethereum.go +++ b/ethereal/ethereum.go @@ -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) |