aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/ui_lib.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/mist/ui_lib.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/mist/ui_lib.go')
-rw-r--r--cmd/mist/ui_lib.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/ui_lib.go b/cmd/mist/ui_lib.go
index 5e141bdaf..7c5802076 100644
--- a/cmd/mist/ui_lib.go
+++ b/cmd/mist/ui_lib.go
@@ -136,7 +136,7 @@ func (ui *UiLib) Muted(content string) {
func (ui *UiLib) Connect(button qml.Object) {
if !ui.connected {
- ui.eth.Start(true)
+ ui.eth.Start(SeedNode)
ui.connected = true
button.Set("enabled", false)
}