Skip to content

Commit 2c56cdb

Browse files
MarcoFalkeRandyMcMillan
authored andcommitted
doc: Remove section about RPC arg names in table
The table no longer holds arg names. This is done automatically by RPCHelpMan.
1 parent 15c29de commit 2c56cdb

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
@@ -1385,10 +1385,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
13851385
- *Rationale*: Integer verbosity allows for multiple values. Undocumented boolean verbosity is deprecated
13861386
and new RPC methods should prevent its use.
13871387

1388-
- Don't forget to fill in the argument names correctly in the RPC command table.
1389-
1390-
- *Rationale*: If not, the call cannot be used with name-based arguments.
1391-
13921388
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
13931389

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

0 commit comments

Comments
 (0)