Skip to content

Commit 67e0e04

Browse files
committed
[wallet] [docs] Update release notes for removing getlabeladdress
1 parent 8160817 commit 67e0e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-notes-pr12892.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here are the changes to RPC methods:
1818
| Deprecated Method | New Method | Notes |
1919
| :---------------------- | :-------------------- | :-----------|
2020
| `getaccount` | `getaddressinfo` | `getaddressinfo` returns a json object with address information instead of just the name of the account as a string. |
21-
| `getaccountaddress` | `getlabeladdress` | `getlabeladdress` throws an error by default if the label does not already exist, but provides a `force` option for compatibility with existing applications. |
21+
| `getaccountaddress` | n/a | There is no replacement for `getaccountaddress` since labels do not have an associated receive address. |
2222
| `getaddressesbyaccount` | `getaddressesbylabel` | `getaddressesbylabel` returns a json object with the addresses as keys, instead of a list of strings. |
2323
| `getreceivedbyaccount` | `getreceivedbylabel` | _no change in behavior_ |
2424
| `listaccounts` | `listlabels` | `listlabels` does not return a balance or accept `minconf` and `watchonly` arguments. |

0 commit comments

Comments
 (0)