Skip to content

Commit 2222d61

Browse files
author
MarcoFalke
committed
doc: Remove section about RPC arg names in table
The table no longer holds arg names. This is done automatically by RPCHelpMan.
1 parent fa00b8c commit 2222d61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/developer-notes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,10 +1398,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
13981398
- *Rationale*: Integer verbosity allows for multiple values. Undocumented boolean verbosity is deprecated
13991399
and new RPC methods should prevent its use.
14001400

1401-
- Don't forget to fill in the argument names correctly in the RPC command table.
1402-
1403-
- *Rationale*: If not, the call cannot be used with name-based arguments.
1404-
14051401
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
14061402

14071403
- *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to

0 commit comments

Comments
 (0)