You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
22
22
|`getaddressesbyaccount`|`getaddressesbylabel`|`getaddressesbylabel` returns a json object with the addresses as keys, instead of a list of strings. |
23
23
|`getreceivedbyaccount`|`getreceivedbylabel`|_no change in behavior_|
24
24
|`listaccounts`|`listlabels`|`listlabels` does not return a balance or accept `minconf` and `watchonly` arguments. |
0 commit comments