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
In the Witnet configuration file, under the jsonrpc section, you can enable or disable sensitive methods, such as sendRequest or getPkh but the parameter name only appears in the code. To allow users to know about this option, we could add as default enable_sensitive_methods to true with a comment explaining it.
[jsonrpc]
enable_sensitive_methods = true
The text was updated successfully, but these errors were encountered:
In the Witnet configuration file, under the
jsonrpc
section, you can enable or disable sensitive methods, such assendRequest
orgetPkh
but the parameter name only appears in the code. To allow users to know about this option, we could add as defaultenable_sensitive_methods
totrue
with a comment explaining it.The text was updated successfully, but these errors were encountered: