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 7b6616b commit 947f73cCopy full SHA for 947f73c
doc/developer-notes.md
@@ -952,8 +952,7 @@ A few guidelines for introducing and reviewing new RPC interfaces:
952
from there.
953
954
- A RPC method must either be a wallet method or a non-wallet method. Do not
955
- introduce new methods such as `signrawtransaction` that differ in behavior
956
- based on presence of a wallet.
+ introduce new methods that differ in behavior based on presence of a wallet.
957
958
- *Rationale*: as well as complicating the implementation and interfering
959
with the introduction of multi-wallet, wallet and non-wallet code should be
0 commit comments