Skip to content

Commit 947f73c

Browse files
committed
[docs] remove reference to signrawtransaction in the developer docs.
1 parent 7b6616b commit 947f73c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,7 @@ A few guidelines for introducing and reviewing new RPC interfaces:
952952
from there.
953953
954954
- 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.
955+
introduce new methods that differ in behavior based on presence of a wallet.
957956
958957
- *Rationale*: as well as complicating the implementation and interfering
959958
with the introduction of multi-wallet, wallet and non-wallet code should be

0 commit comments

Comments
 (0)