diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-04-30 21:15:29 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-04-30 21:15:29 +0800 |
commit | 701591b403a8bae8c1dfb648a49d587968ff0c6a (patch) | |
tree | 9e253db29faf15056fa72f7a0094206b5ef39beb /cmd/mist/main.go | |
parent | 1528dbc17101597348eefe3f3fb8d4f0d5c54b3c (diff) | |
download | go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar.gz go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar.bz2 go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar.lz go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar.xz go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.tar.zst go-tangerine-701591b403a8bae8c1dfb648a49d587968ff0c6a.zip |
cmd, eth, p2p: fix review issues enumerated by Felix
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r-- | cmd/mist/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go index 18fb919b4..1030d6ada 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -69,7 +69,7 @@ func init() { assetPathFlag, rpcCorsFlag, - utils.BootNodesFlag, + utils.BootnodesFlag, utils.DataDirFlag, utils.ListenPortFlag, utils.LogFileFlag, |