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

[tech debt] wallet has 2 scanning functions #6009

Open
SWvheerden opened this issue Dec 5, 2023 · 1 comment
Open

[tech debt] wallet has 2 scanning functions #6009

SWvheerden opened this issue Dec 5, 2023 · 1 comment

Comments

@SWvheerden
Copy link
Collaborator

SWvheerden commented Dec 5, 2023

The wallet has two functions that do very much the same job, and the utxo scanner calls both in sequence.

    ScanForRecoverableOutputs(Vec<TransactionOutput>),
    ScanOutputs(Vec<TransactionOutput>),

We can remove one, and only do one function, scanning through all the outputs.

@SWvheerden
Copy link
Collaborator Author

related to #5915

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

1 participant