aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-06 04:22:44 +0800
committerobscuren <geffobscura@gmail.com>2015-02-06 04:22:44 +0800
commit2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6 (patch)
treed770ff203eec3c730d838e88b7609934b550a56f /cmd/ethereum/main.go
parent8be1d134aae80390c1b45b86f06c4842fabbcd17 (diff)
parent99a1551b20ebb2d8e0a40287e840c56cd55942b1 (diff)
downloadgo-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar.gz
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar.bz2
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar.lz
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar.xz
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.tar.zst
go-tangerine-2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6.zip
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 288040ee7..4b16fb79f 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -134,7 +134,7 @@ func main() {
utils.StartWebSockets(ethereum, WsPort)
}
- utils.StartEthereum(ethereum, UseSeed)
+ utils.StartEthereum(ethereum, SeedNode)
if StartJsConsole {
InitJsConsole(ethereum)