aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-19 01:39:56 +0800
committerobscuren <geffobscura@gmail.com>2015-03-19 01:39:56 +0800
commitc12046d6bfb197adb0004d629a783dd92f0cfc0f (patch)
tree2904bb92564979b234e134e2d06638e82e912828 /cmd/mist/main.go
parentbaca0c2251a2587c136999a91449d9b6f7a6c60f (diff)
parent79f90bf7c1c089ecc57fc5baecda636a0be5c5bb (diff)
downloadgo-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar.gz
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar.bz2
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar.lz
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar.xz
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.tar.zst
go-tangerine-c12046d6bfb197adb0004d629a783dd92f0cfc0f.zip
Merge branch 'ethersphere-frontier/cli-private-network' into develop
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,
}
}