File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1160,13 +1160,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
1160
1160
1161
1161
- *Rationale*: If not, the call can not be used with name-based arguments.
1162
1162
1163
- - Set okSafeMode in the RPC command table to a sensible value: safe mode is when the
1164
- blockchain is regarded to be in a confused state, and the client deems it unsafe to
1165
- do anything irreversible such as send. Anything that just queries should be permitted.
1166
-
1167
- - *Rationale*: Troubleshooting a node in safe mode is difficult if half the
1168
- RPCs don' t work.
1169
-
1170
1163
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
1171
1164
1172
1165
- *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to
You can’t perform that action at this time.
0 commit comments