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

fix: handle recovering a duplicate output #3426

Merged
merged 1 commit into from Oct 6, 2021

Conversation

philipr-za
Copy link
Contributor

Description

If a batch of wallet recovery queries was interrupted (either due to a connection issue or the app restarting) then it was possible for a UTXO to be rescanned. The recoverer tried to import a duplicate output which produced an error. This PR catches that case, prints a log and continues.

How Has This Been Tested?

Manually

If a batch of wallet recovery queries was interrupted (either due to a connection issue or the app restarting) then it was possible for a UTXO to be rescanned. The recoverer tried to import a duplicate output which produced an error. This PR catches that case, prints a log and continues.
@aviator-app aviator-app bot added the mq-failed label Oct 6, 2021
@stringhandler stringhandler changed the title fix: Handle recovering a duplicate output fix: handle recovering a duplicate output Oct 6, 2021
@aviator-app aviator-app bot removed the mq-failed label Oct 6, 2021
@aviator-app aviator-app bot merged commit f9c9201 into tari-project:development Oct 6, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants