Unable to add previously used address #1208
yhurynovich
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm unable to add a previously used address to the "receive addresses" list and I suspect that balances from this address are not included too.
The application says: "Invalid address. Please check that this belongs to you."
https://defiscan.live/address/dRLhMF6EPw9jYzncS1mQokATXRp9jAuUVW
getaddressinfo "dRLhMF6EPw9jYzncS1mQokATXRp9jAuUVW"
{
"address": "dRLhMF6EPw9jYzncS1mQokATXRp9jAuUVW",
"scriptPubKey": "a91482c33d82a5d9bd77f8293f22e7a55ed90a693ebf87",
"ismine": false,
"solvable": false,
"iswatchonly": true,
"isscript": true,
"iswitness": false,
"label": "",
"ischange": false,
"timestamp": 1,
"labels": [
{
"name": "",
"purpose": "receive"
}
]
}
UPDATE: I installed Desktop v 2.16.0 on another PC and it worked
Beta Was this translation helpful? Give feedback.
All reactions