Skip to content

Commit 843ee06

Browse files
committed
fixup! Rename account to label where appropriate
Tweak release notes as suggested #11536 (comment)
1 parent e2966ce commit 843ee06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/release-notes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ RPC changes
6666
- Wallet `getnewaddress` and `addmultisigaddress` RPC `account` named
6767
parameters have been renamed to `label` with no change in behavior.
6868
- Wallet `getlabeladdress`, `getreceivedbylabel`, `listreceivedbylabel`, and
69-
`setlabel` RPCs have been added to replace to be deprecated
70-
`getaccountaddress`, `getreceivedbyaccount`, `listreceivedbyaccount`, and
71-
`setaccount` RPCs with no differences in behavior.
69+
`setlabel` RPCs have been added to replace `getaccountaddress`,
70+
`getreceivedbyaccount`, `listreceivedbyaccount`, and `setaccount` RPCs,
71+
which are now deprecated. There is no change in behavior between the
72+
new RPCs and deprecated RPCs.
7273
- Wallet `listreceivedbylabel`, `listreceivedbyaccount` and `listunspent` RPCs
7374
add `label` fields to returned JSON objects that previously only had
7475
`account` fields.

0 commit comments

Comments
 (0)