diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-02-06 03:09:13 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-02-06 03:09:13 +0800 |
commit | 99a1551b20ebb2d8e0a40287e840c56cd55942b1 (patch) | |
tree | d4f71aa07b846255fb6a29bb76e10a860ab6b6e5 /cmd/ethereum/main.go | |
parent | db7c34a9df19d5a8a3a02a5e3d4cafcffa18dcb8 (diff) | |
parent | 1f4ed49b4c3400c8f567a29c70d4fb26df97f305 (diff) | |
download | go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar.gz go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar.bz2 go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar.lz go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar.xz go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.tar.zst go-tangerine-99a1551b20ebb2d8e0a40287e840c56cd55942b1.zip |
Merge pull request #287 from ethereum/system-testing
Seednode CLI param updates
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) |