diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-06 04:22:44 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-06 04:22:44 +0800 |
commit | 2f30a27b2be39197dd6e9f6aabe6fe11026bd2f6 (patch) | |
tree | d770ff203eec3c730d838e88b7609934b550a56f /cmd/ethereum/main.go | |
parent | 8be1d134aae80390c1b45b86f06c4842fabbcd17 (diff) | |
parent | 99a1551b20ebb2d8e0a40287e840c56cd55942b1 (diff) | |
download | go-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.go | 2 |
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) |