Skip to content

Commit 6780a09

Browse files
committed
doc: remove obsolete okSafeMode RPC guideline from developer notes
Since the flag has been removed from the RPC command table in commit ec6902d (PR #11179), this guideline is not relevant anymore and can be removed.
1 parent 46424e9 commit 6780a09

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,13 +1160,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
11601160
11611161
- *Rationale*: If not, the call can not be used with name-based arguments.
11621162
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-
11701163
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
11711164
11721165
- *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to

0 commit comments

Comments
 (0)