Skip to content

Commit

Permalink
[docs] remove reference to signrawtransaction in the developer docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed Mar 22, 2019
1 parent 7b6616b commit 947f73c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,7 @@ 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 `signrawtransaction` that differ in behavior
based on presence of a wallet.
introduce new methods 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
Expand Down

0 comments on commit 947f73c

Please sign in to comment.