aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-31 01:36:21 +0800
committerobscuren <geffobscura@gmail.com>2014-05-31 01:36:21 +0800
commit4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b (patch)
tree698d0741de1bc01510bbb98fdb42baa8aef690d1 /ethereal/ethereum.go
parent5f28013f7937cf2264ec646bdc04bc55f26bad77 (diff)
parent0bdb0a9d58be08e210eb94dc6893f6103202ae7c (diff)
downloadgo-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar.gz
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar.bz2
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar.lz
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar.xz
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.tar.zst
go-tangerine-4dfce5d347715e58ec6f2b291eaa0c4ca3e0d68b.zip
Merge branch 'develop'
Diffstat (limited to 'ethereal/ethereum.go')
-rw-r--r--ethereal/ethereum.go2
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)