File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,14 @@ UniValue validateaddress(const UniValue& params, bool fHelp)
157
157
" 1. \" bitcoinaddress\" (string, required) The bitcoin address to validate\n "
158
158
" \n Result:\n "
159
159
" {\n "
160
- " \" isvalid\" : true|false, (boolean) If the address is valid or not. If not, this is the only property returned.\n "
160
+ " \" isvalid\" : true|false, (boolean) If the address is valid or not. If not, this is the only property returned.\n "
161
161
" \" address\" : \" bitcoinaddress\" , (string) The bitcoin address validated\n "
162
162
" \" scriptPubKey\" : \" hex\" , (string) The hex encoded scriptPubKey generated by the address\n "
163
- " \" ismine\" : true|false, (boolean) If the address is yours or not\n "
164
- " \" isscript\" : true|false, (boolean) If the key is a script\n "
163
+ " \" ismine\" : true|false, (boolean) If the address is yours or not\n "
164
+ " \" iswatchonly\" : true|false, (boolean) If the address is watchonly\n "
165
+ " \" isscript\" : true|false, (boolean) If the key is a script\n "
165
166
" \" pubkey\" : \" publickeyhex\" , (string) The hex value of the raw public key\n "
166
- " \" iscompressed\" : true|false, (boolean) If the address is compressed\n "
167
+ " \" iscompressed\" : true|false, (boolean) If the address is compressed\n "
167
168
" \" account\" : \" account\" (string) DEPRECATED. The account associated with the address, \"\" is the default account\n "
168
169
" }\n "
169
170
" \n Examples:\n "
You can’t perform that action at this time.
0 commit comments