From 5fa1bdb65804b1120ef1bf24dc4bb51c9582eda5 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Mon, 20 Jul 2015 13:36:23 +0200 Subject: [PATCH] cmd/geth: removed genesis nonce flag --- cmd/geth/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 3fe660b2d5..f1f5c2eefa 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -276,7 +276,6 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.IdentityFlag, utils.UnlockedAccountFlag, utils.PasswordFileFlag, - utils.GenesisNonceFlag, utils.GenesisFileFlag, utils.BootnodesFlag, utils.DataDirFlag,