From 23371af2626045da0ac7400169a3eb5bc9220ca3 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Mon, 3 Dec 2018 16:49:33 +0100 Subject: [PATCH] add confidential_key explanation in validateaddress help --- src/rpc/misc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index cb472a298a..3a2b1c2f80 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -184,6 +184,7 @@ UniValue validateaddress(const JSONRPCRequest& request) " \"timestamp\" : timestamp, (number, optional) The creation time of the key if available in seconds since epoch (Jan 1 1970 GMT)\n" " \"unconfidential\" : \"address\" (string) The address without confidentiality key\n" " \"confidential\" : \"address\" (string) Confidential version of the address, only if it is yours and unconfidential\n" + " \"confidential_key\" : \"publickeyhex\" (string) The hex value of the raw blinding public key for that address, if any.\n" " \"hdkeypath\" : \"keypath\" (string, optional) The HD keypath if the key is HD and available\n" " \"hdmasterkeyid\" : \"\" (string, optional) The Hash160 of the HD master pubkey\n" "}\n"