aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/usage.go
diff options
context:
space:
mode:
authorSonic <sonic@cobinhood.com>2018-10-22 11:49:29 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:49:54 +0800
commitcd418f06bbb614d0431fb633ac53549bf03ac917 (patch)
tree93b1019856e3afd170deff419b850d27927b9d86 /cmd/geth/usage.go
parentb2470a70edcc1a834a863414c979832e1c3a89ba (diff)
downloaddexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar.gz
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar.bz2
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar.lz
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar.xz
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.tar.zst
dexon-cd418f06bbb614d0431fb633ac53549bf03ac917.zip
geth: add propose flag to enable/disable proposing
Diffstat (limited to 'cmd/geth/usage.go')
-rw-r--r--cmd/geth/usage.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go
index 18c9743e0..fb14a9bbd 100644
--- a/cmd/geth/usage.go
+++ b/cmd/geth/usage.go
@@ -184,6 +184,12 @@ var AppHelpFlagGroups = []flagGroup{
},
},
{
+ Name: "PROPOSER",
+ Flags: []cli.Flag{
+ utils.ProposingEnabledFlag,
+ },
+ },
+ {
Name: "MINER",
Flags: []cli.Flag{
utils.MiningEnabledFlag,