Skip to content

Commit 7b6616b

Browse files
committed
[rpc] Remove deprecated functionality message from validateaddress help
This functionality was removed in v0.18.
1 parent 839c3f7 commit 7b6616b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/rpc/misc.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ static UniValue validateaddress(const JSONRPCRequest& request)
3434
if (request.fHelp || request.params.size() != 1)
3535
throw std::runtime_error(
3636
RPCHelpMan{"validateaddress",
37-
"\nReturn information about the given bitcoin address.\n"
38-
"DEPRECATION WARNING: Parts of this command have been deprecated and moved to getaddressinfo. Clients must\n"
39-
"transition to using getaddressinfo to access this information before upgrading to v0.18. The following deprecated\n"
40-
"fields have moved to getaddressinfo and will only be shown here with -deprecatedrpc=validateaddress: ismine, iswatchonly,\n"
41-
"script, hex, pubkeys, sigsrequired, pubkey, addresses, embedded, iscompressed, account, timestamp, hdkeypath, kdmasterkeyid.\n",
37+
"\nReturn information about the given bitcoin address.\n",
4238
{
4339
{"address", RPCArg::Type::STR, RPCArg::Optional::NO, "The bitcoin address to validate"},
4440
},

0 commit comments

Comments
 (0)