From 2222d61e1ce5c9efd099f33b5dda934bc9d2d57f Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 20 May 2025 18:28:32 +0200 Subject: [PATCH] doc: Remove section about RPC arg names in table The table no longer holds arg names. This is done automatically by RPCHelpMan. --- doc/developer-notes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index ed2fa64b591..cebc34d1cc8 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -1398,10 +1398,6 @@ A few guidelines for introducing and reviewing new RPC interfaces: - *Rationale*: Integer verbosity allows for multiple values. Undocumented boolean verbosity is deprecated and new RPC methods should prevent its use. -- Don't forget to fill in the argument names correctly in the RPC command table. - - - *Rationale*: If not, the call cannot be used with name-based arguments. - - Add every non-string RPC argument `(method, idx, name)` to the table `vRPCConvertParams` in `rpc/client.cpp`. - *Rationale*: `bitcoin-cli` and the GUI debug console use this table to determine how to