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?