Browse Source

cmd/geth: put allowUnsecureTx flag in RPC section (#22412)

Marius van der Wijden 4 years ago
parent
commit
0540d3c6f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmd/geth/usage.go

+ 1 - 0
cmd/geth/usage.go

@@ -152,6 +152,7 @@ var AppHelpFlagGroups = []flags.FlagGroup{
 			utils.GraphQLVirtualHostsFlag,
 			utils.RPCGlobalGasCapFlag,
 			utils.RPCGlobalTxFeeCapFlag,
+			utils.AllowUnprotectedTxs,
 			utils.JSpathFlag,
 			utils.ExecFlag,
 			utils.PreloadJSFlag,