From 81608178cff793ee205a4f70481c76d34c5448a4 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 23 Apr 2018 15:16:09 -0400 Subject: [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. --- src/rpc/client.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc/client.cpp') 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" }, -- cgit v1.2.3