@@ -3742,15 +3742,16 @@ UniValue getaddressinfo(const JSONRPCRequest& request)
3742
3742
" getaddressinfo output fields for the embedded address, excluding metadata (timestamp, hdkeypath,\n "
3743
3743
" hdseedid) and relation to the wallet (ismine, iswatchonly).\n "
3744
3744
" \" iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed.\n "
3745
- " \" label\" : \" label\" (string) The label associated with the address. Defaults to \"\" .\n "
3745
+ " \" label\" : \" label\" (string) The label associated with the address. Defaults to \"\" . Equivalent to the name field in the labels array. \n "
3746
3746
" \" timestamp\" : timestamp, (number, optional) The creation time of the key if available, expressed in seconds since Epoch Time (Jan 1 1970 GMT).\n "
3747
3747
" \" hdkeypath\" : \" keypath\" (string, optional) The HD keypath, if the key is HD and available.\n "
3748
3748
" \" hdseedid\" : \" <hash160>\" (string, optional) The Hash160 of the HD seed.\n "
3749
3749
" \" hdmasterfingerprint\" : \" <hash160>\" (string, optional) The fingerprint of the master key.\n "
3750
- " \" labels\" (object) Array of labels associated with the address.\n "
3750
+ " \" labels\" (object) An array of labels associated with the address. Currently limited to one label but returned\n "
3751
+ " as an array to keep the API stable if multiple labels are enabled in the future.\n "
3751
3752
" [\n "
3752
3753
" { (json object of label data)\n "
3753
- " \" name\" : \" label name\" (string) The label.\n "
3754
+ " \" name\" : \" label name\" (string) The label name. Defaults to \"\" . Equivalent to the label field above .\n "
3754
3755
" \" purpose\" : \" purpose\" (string) The purpose of the associated address (send or receive).\n "
3755
3756
" },...\n "
3756
3757
" ]\n "
0 commit comments