Skip to content

Commit ec162d7

Browse files
UdjinM6Munkybooty
authored andcommitted
3880 follow-up (fix 10583 backport)
1 parent ab8ef17 commit ec162d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,7 @@ UniValue getaddressinfo(const JSONRPCRequest& request)
37193719
" ,...\n"
37203720
" ]\n"
37213721
" \"sigsrequired\" : xxxxx (numeric, optional) Number of signatures required to spend multisig output (only if \"script\" is \"multisig\")\n"
3722-
" \"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key, for single-key addresses (possibly embedded in P2SH)\n"
3723-
" \"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH, if relevant and known. It includes all getaddressinfo output fields for the embedded address, excluding metadata (\"timestamp\", \"hdkeypath\") and relation to the wallet (\"ismine\", \"iswatchonly\").\n"
3722+
" \"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key, for single-key addresses\n"
37243723
" \"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed\n"
37253724
" \"label\" : \"label\" (string) The label associated with the address, \"\" is the default label\n"
37263725
" \"timestamp\" : timestamp, (number, optional) The creation time of the key if available in seconds since epoch (Jan 1 1970 GMT)\n"

0 commit comments

Comments
 (0)