diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-19 01:37:20 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-19 01:37:20 +0800 |
commit | bc5ae943843231b9bab0edcf5ab9d0a19bf37870 (patch) | |
tree | ef0d88368725c57566dec9d7f0bac7d4e7e47060 /cmd/mist/main.go | |
parent | baca0c2251a2587c136999a91449d9b6f7a6c60f (diff) | |
parent | ca8d18417358906e32a33a7c03c51b6849c46dda (diff) | |
download | dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar.gz dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar.bz2 dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar.lz dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar.xz dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.tar.zst dexon-bc5ae943843231b9bab0edcf5ab9d0a19bf37870.zip |
Merge branch 'frontier/cli-private-network' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/cli-private-network
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r-- | cmd/mist/main.go | 4 |
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, } } |