Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery misidentifies existing outputs as PAY #15

Open
maaku opened this issue Apr 1, 2022 · 1 comment
Open

Recovery misidentifies existing outputs as PAY #15

maaku opened this issue Apr 1, 2022 · 1 comment

Comments

@maaku
Copy link
Collaborator

maaku commented Apr 1, 2022

When recovering a wallet I got a lot of outputs that were found which look like this:

Found known webcash of amount: 190000 (might be a payment)

These were from the RECEIVE chain code though, so I was confused. From looking at the source, I think what is going on is if it recovers an output which the wallet already knows about then it outputs the above statement, which is confusing. There should probably be a different report for such 'skipped' outputs.

@kanzure
Copy link
Owner

kanzure commented Apr 2, 2022

What I was thinking when I wrote that was you don't really know if the user went into their wallet and used that as a payment code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@maaku @kanzure and others