aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 03:50:09 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 03:50:09 +0800
commitcebb149f5cfaf008240d7069fd220401950cc7ee (patch)
treedde8eab94655c68893ebf110395d28ce8ef43ec2 /cmd/mist/main.go
parent1c51e12c181fb781cafaf34fc8dd2cb07fd85df7 (diff)
downloadgo-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.gz
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.tar.zst
go-tangerine-cebb149f5cfaf008240d7069fd220401950cc7ee.zip
removed key while in the process of moving to the new key storage
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 6732d5aaa..ea984a4b5 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -30,6 +30,7 @@ import (
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p"
+ "github.com/ethereum/go-ethereum/ui/qt/webengine"
"github.com/obscuren/qml"
)
@@ -42,6 +43,8 @@ var ethereum *eth.Ethereum
var mainlogger = logger.NewLogger("MAIN")
func run() error {
+ webengine.Initialize()
+
// precedence: code-internal flag default < config file < environment variables < command line
Init() // parsing command line