|
|
|
@ -78,7 +78,7 @@ static UniValue validateaddress(const JSONRPCRequest& request)
|
|
|
|
|
ret.pushKV("address", currentAddress);
|
|
|
|
|
|
|
|
|
|
CScript scriptPubKey = GetScriptForDestination(dest);
|
|
|
|
|
ret.pushKV("scriptPubKey", HexStr(scriptPubKey.begin(), scriptPubKey.end()));;
|
|
|
|
|
ret.pushKV("scriptPubKey", HexStr(scriptPubKey.begin(), scriptPubKey.end()));
|
|
|
|
|
|
|
|
|
|
UniValue detail = DescribeAddress(dest);
|
|
|
|
|
ret.pushKVs(detail);
|
|
|
|
|