You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the flag --json.rpc-allow-unprotected-txs when starting the node, or setting allow-unprotected-txs to true in app.toml doesn't work, unprotected txs are still not allowed.
Setting manually the option to true in the source code allows unprotected txs.
It might means that the node, under rpc, is not properly reading the config.
The text was updated successfully, but these errors were encountered:
Using the flag
--json.rpc-allow-unprotected-txs
when starting the node, or settingallow-unprotected-txs
to true inapp.toml
doesn't work, unprotected txs are still not allowed.Setting manually the option to
true
in the source code allows unprotected txs.It might means that the node, under
rpc
, is not properly reading the config.The text was updated successfully, but these errors were encountered: