aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-04-23 15:16:09 -0400
committerJohn Newbery <john@johnnewbery.com>2018-05-16 17:45:19 -0400
commit81608178cff793ee205a4f70481c76d34c5448a4 (patch)
tree3302a1f1dd2f8b658c71d9fe571bec9716aeef6d /src/rpc
parent4cfe17c3382ba750131cdc8703b2978132822070 (diff)
downloadbitcoin-81608178cff793ee205a4f70481c76d34c5448a4.tar.xz
[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')
-rw-r--r--src/rpc/client.cpp1
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" },