diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-12 18:45:45 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-12 18:45:45 +0800 |
commit | 796c18db93add1d145db99d6088e445a56851e8b (patch) | |
tree | d721822cc10c929d5a2def0865c366e085ef99be /cmd/geth/main.go | |
parent | 5a810758dbe75dce9537d464ac0e5b5385b0e78f (diff) | |
parent | a32c51effda8682b292d04863aae7811f78abf7e (diff) | |
download | dexon-796c18db93add1d145db99d6088e445a56851e8b.tar dexon-796c18db93add1d145db99d6088e445a56851e8b.tar.gz dexon-796c18db93add1d145db99d6088e445a56851e8b.tar.bz2 dexon-796c18db93add1d145db99d6088e445a56851e8b.tar.lz dexon-796c18db93add1d145db99d6088e445a56851e8b.tar.xz dexon-796c18db93add1d145db99d6088e445a56851e8b.tar.zst dexon-796c18db93add1d145db99d6088e445a56851e8b.zip |
Merge pull request #1462 from obscuren/genesis
core: genesis preparation
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 51a0defaa..6acdff9ad 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -277,6 +277,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.UnlockedAccountFlag, utils.PasswordFileFlag, utils.GenesisNonceFlag, + utils.GenesisFileFlag, utils.BootnodesFlag, utils.DataDirFlag, utils.BlockchainVersionFlag, |