-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mempool: refactor fetchInputUtxosFromUData to fetchInputUtxosFromLeaves
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.
- Loading branch information
1 parent
6ed428f
commit 12aab72
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters