(finally) remove getinfo in favor of more module-specific infos

This commit is contained in:
Matt Corallo
2017-07-16 19:29:08 -04:00
parent 961901f77e
commit aece8a4637
6 changed files with 15 additions and 101 deletions

View File

@ -613,8 +613,8 @@ A few guidelines for introducing and reviewing new RPC interfaces:
from there.
- A RPC method must either be a wallet method or a non-wallet method. Do not
introduce new methods such as `getinfo` and `signrawtransaction` that differ
in behavior based on presence of a wallet.
introduce new methods such as `signrawtransaction` that differ in behavior
based on presence of a wallet.
- *Rationale*: as well as complicating the implementation and interfering
with the introduction of multi-wallet, wallet and non-wallet code should be