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 15c29de commit 2c56cdbCopy full SHA for 2c56cdb
doc/developer-notes.md
@@ -1385,10 +1385,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
1385
- *Rationale*: Integer verbosity allows for multiple values. Undocumented boolean verbosity is deprecated
1386
and new RPC methods should prevent its use.
1387
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
1392
- Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`.
1393
1394
- *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to
0 commit comments