We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa00b8c commit 2222d61Copy full SHA for 2222d61
doc/developer-notes.md
@@ -1398,10 +1398,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
1398
- *Rationale*: Integer verbosity allows for multiple values. Undocumented boolean verbosity is deprecated
1399
and new RPC methods should prevent its use.
1400
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
1405
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
1406
1407
- *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to
0 commit comments