Closes #1746. Add rpc call z_validateaddress to validate zaddrs.
This commit is contained in:
@@ -330,6 +330,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "util", "verifymessage", &verifymessage, true },
|
||||
{ "util", "estimatefee", &estimatefee, true },
|
||||
{ "util", "estimatepriority", &estimatepriority, true },
|
||||
{ "util", "z_validateaddress", &z_validateaddress, true }, /* uses wallet if enabled */
|
||||
|
||||
/* Not shown in help */
|
||||
{ "hidden", "invalidateblock", &invalidateblock, true },
|
||||
|
||||
Reference in New Issue
Block a user