diff options
author | John Newbery <john@johnnewbery.com> | 2018-04-23 15:18:55 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-05-16 17:45:19 -0400 |
commit | 67e0e04140b3dfac12d628cee391d40b5fac5cfa (patch) | |
tree | 33e8d3011343bc6d0a12ec51c26e32841583267a /doc | |
parent | 81608178cff793ee205a4f70481c76d34c5448a4 (diff) |
[wallet] [docs] Update release notes for removing `getlabeladdress`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-pr12892.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes-pr12892.md b/doc/release-notes-pr12892.md index 8105eca5c0..f4a95bd40f 100644 --- a/doc/release-notes-pr12892.md +++ b/doc/release-notes-pr12892.md @@ -18,7 +18,7 @@ Here are the changes to RPC methods: | Deprecated Method | New Method | Notes | | :---------------------- | :-------------------- | :-----------| | `getaccount` | `getaddressinfo` | `getaddressinfo` returns a json object with address information instead of just the name of the account as a string. | -| `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. | +| `getaccountaddress` | n/a | There is no replacement for `getaccountaddress` since labels do not have an associated receive address. | | `getaddressesbyaccount` | `getaddressesbylabel` | `getaddressesbylabel` returns a json object with the addresses as keys, instead of a list of strings. | | `getreceivedbyaccount` | `getreceivedbylabel` | _no change in behavior_ | | `listaccounts` | `listlabels` | `listlabels` does not return a balance or accept `minconf` and `watchonly` arguments. | |