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
Hi Tensor, I have a question pertaining to the FindUnspentTransactions method.
What I want to know is why the check for whether the Transaction is a Coinbase is done after the for loop through the transactions outputs. Should it be done before the for loop so that there will be spentTXOs to iterate through?