good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 0540d3c6 authored by Marius van der Wijden's avatar Marius van der Wijden Committed by GitHub
Browse files

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

parent 19d7a37a
No related branches found
No related tags found
No related merge requests found
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment