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 3f726c9 commit 62ecce7Copy full SHA for 62ecce7
doc/developer-notes.md
@@ -619,3 +619,8 @@ A few guidelines for introducing and reviewing new RPC interfaces:
619
- *Rationale*: as well as complicating the implementation and interfering
620
with the introduction of multi-wallet, wallet and non-wallet code should be
621
separated to avoid introducing circular dependencies between code units.
622
+
623
+- Try to make the RPC response a JSON object.
624
625
+ - *Rationale*: If a RPC response is not a JSON object then it is harder to avoid API breakage if
626
+ new data in the response is needed.
0 commit comments