mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #15647: [rpc] Remove deprecated functionality message from validateaddress help
be8b9c62bf [rpc] Remove deprecated functionality message from validateaddress help (John Newbery) Pull request description: This functionality was removed in v0.18. ACKs for commit be8b9c: MarcoFalke: utACK be8b9c62bf3735d2ecb87bb39ba4816df8d2d3e0 fanquake: utACK be8b9c6 Tree-SHA512: 7e30f1e56020aa3a59e736574075191155866788156d0d30eaf963c0a5015ad0de43787c6b73a765319f2dccec0117a2230a312d18ca3f9be3986ce3de4afdb3
This commit is contained in:
parent
1b75f4f1d7
commit
c3bd1dc640
@ -190,10 +190,6 @@ static UniValue validateaddress(const JSONRPCRequest& request)
|
|||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
"validateaddress \"address\"\n"
|
"validateaddress \"address\"\n"
|
||||||
"\nReturn information about the given dash address.\n"
|
"\nReturn information about the given dash address.\n"
|
||||||
"DEPRECATION WARNING: Parts of this command have been deprecated and moved to getaddressinfo. Clients must\n"
|
|
||||||
"transition to using getaddressinfo to access this information before upgrading to v0.18. The following deprecated\n"
|
|
||||||
"fields have moved to getaddressinfo and will only be shown here with -deprecatedrpc=validateaddress: ismine, iswatchonly,\n"
|
|
||||||
"script, hex, pubkeys, sigsrequired, pubkey, addresses, embedded, iscompressed, account, timestamp, hdkeypath.\n"
|
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"1. \"address\" (string, required) The dash address to validate\n"
|
"1. \"address\" (string, required) The dash address to validate\n"
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user