aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-19 01:42:21 +0800
committerobscuren <geffobscura@gmail.com>2015-03-19 01:42:21 +0800
commitaf9da83ce2c6b0ab3047bfa2544b6914a2c4e2ea (patch)
treee254b7ed4a98d5b1d2fecfcbd4add9ad345a87b5 /cmd/mist/main.go
parente30c32339132d678b428ae531932a3f048665f59 (diff)
parentc12046d6bfb197adb0004d629a783dd92f0cfc0f (diff)
downloadgo-tangerine-af9da83ce2c6b0ab3047bfa2544b6914a2c4e2ea.tar.gz
go-tangerine-af9da83ce2c6b0ab3047bfa2544b6914a2c4e2ea.tar.zst
go-tangerine-af9da83ce2c6b0ab3047bfa2544b6914a2c4e2ea.zip
Merge branch 'develop' into rpcfrontier
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 1c51233e3..fab651b22 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -28,8 +28,8 @@ import (
"github.com/codegangsta/cli"
"github.com/ethereum/go-ethereum/cmd/utils"
- "github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/common"
+ "github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/ui/qt/webengine"
"github.com/obscuren/qml"
@@ -66,6 +66,8 @@ func init() {
utils.RPCListenAddrFlag,
utils.RPCPortFlag,
utils.JSpathFlag,
+ utils.ProtocolVersionFlag,
+ utils.NetworkIdFlag,
}
}