particl / particl-core

Particl Core integration/staging tree
https://particl.io
MIT License
129 stars 60 forks source link

validateaddress should contain "iswatchonly" : true/false #29

Closed cipig closed 6 years ago

cipig commented 6 years ago

Could the key "iswatchonly" : true/false be added to the output of the API-call "validateaddress"? BarterDEX is using this information. Thank you.

tecnovert commented 6 years ago

On the master branch we're trying to keep up to date with the latest bitcoin code. iswatchonly has moved to getaddressinfo. Please use the 0.16 branch which is expected to be more stable and where iswatchonly is still on validateaddress.