Skip to content

Commit

Permalink
cmd/geth: put allowUnsecureTx flag in RPC section (#22412)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden authored Mar 3, 2021
1 parent 19d7a37 commit 0540d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/geth/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ var AppHelpFlagGroups = []flags.FlagGroup{
utils.GraphQLVirtualHostsFlag,
utils.RPCGlobalGasCapFlag,
utils.RPCGlobalTxFeeCapFlag,
utils.AllowUnprotectedTxs,
utils.JSpathFlag,
utils.ExecFlag,
utils.PreloadJSFlag,
Expand Down

0 comments on commit 0540d3c

Please sign in to comment.