aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereum.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index dfb2a955c..51a2783ad 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -49,7 +49,8 @@ func main() {
Init()
ethchain.InitFees()
- ethutil.ReadConfig()
+ ethutil.ReadConfig(".ethereum")
+ ethutil.Config.Seed = UseSeed
// Instantiated a eth stack
ethereum, err := eth.New(eth.CapDefault, UseUPnP)