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

mempool: refactor fetchInputUtxosFromUData to fetchInputUtxosFromLeaves #209

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

kcalvinalvin
Copy link
Contributor

Since the leaves are the actual data we need, it's better that the function argument is the leaves and not the udata. This allows for calling fetchInputUtxosFromLeaves from a different mempool method as the leaves are kept track of.

Since the leaves are the actual data we need, it's better that the
function argument is the leaves and not the udata. This allows for
calling fetchInputUtxosFromLeaves from a different mempool method as
the leaves are kept track of.
@kcalvinalvin kcalvinalvin force-pushed the 2024-11-05-udata-to-leaves branch from 2b2ccd8 to 12aab72 Compare November 5, 2024 06:55
@kcalvinalvin kcalvinalvin merged commit d801339 into utreexo:main Nov 5, 2024
2 checks passed
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.

1 participant