diff options
author | John Newbery <john@johnnewbery.com> | 2018-04-23 15:16:09 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-05-16 17:45:19 -0400 |
commit | 81608178cff793ee205a4f70481c76d34c5448a4 (patch) | |
tree | 3302a1f1dd2f8b658c71d9fe571bec9716aeef6d /src/rpc/client.cpp | |
parent | 4cfe17c3382ba750131cdc8703b2978132822070 (diff) |
[wallet] [rpc] Remove getlabeladdress RPC
labels are associated with addresses (rather than addresses being
associated with labels, as was the case with accounts). The
getlabeladdress does not make sense in this model, so remove it.
getaccountaddress is still supported for one release as the accounts
API is deprecated.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 475fe1e274..f44e9703e9 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -52,7 +52,6 @@ static const CRPCConvertParam vRPCConvertParams[] = { "listreceivedbylabel", 0, "minconf" }, { "listreceivedbylabel", 1, "include_empty" }, { "listreceivedbylabel", 2, "include_watchonly" }, - { "getlabeladdress", 1, "force" }, { "getbalance", 1, "minconf" }, { "getbalance", 2, "include_watchonly" }, { "getblockhash", 0, "height" }, |