diff options
author | John Newbery <john@johnnewbery.com> | 2019-03-22 15:18:20 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-03-22 15:18:20 -0400 |
commit | 947f73ceba7d74153fe83b538e42be1dfe77aea4 (patch) | |
tree | 107a2c5eac737f7c1252d0cb7516278322c74147 /doc | |
parent | 7b6616b78bd9f76502002db1a209a0363979e506 (diff) |
[docs] remove reference to signrawtransaction in the developer docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 2662eea8fc..62c764bb31 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -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 |