Unverified Commit 0540d3c6 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub

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

parent 19d7a37a
...@@ -152,6 +152,7 @@ var AppHelpFlagGroups = []flags.FlagGroup{ ...@@ -152,6 +152,7 @@ var AppHelpFlagGroups = []flags.FlagGroup{
utils.GraphQLVirtualHostsFlag, utils.GraphQLVirtualHostsFlag,
utils.RPCGlobalGasCapFlag, utils.RPCGlobalGasCapFlag,
utils.RPCGlobalTxFeeCapFlag, utils.RPCGlobalTxFeeCapFlag,
utils.AllowUnprotectedTxs,
utils.JSpathFlag, utils.JSpathFlag,
utils.ExecFlag, utils.ExecFlag,
utils.PreloadJSFlag, utils.PreloadJSFlag,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment