You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments