0
I was reading this GitHub book on Bitcoin
They state that "True or False: Only UTXOs can be used as inputs to transactions."
Is the answer, True because you can only spend what you have.
Or False, you can out a spent output in the transaction as input, but the network or the miner will reject it.
If everyone rejects your transaction, can you call that spending? – alcio – 2018-03-19T17:56:13.607
@alcio no, you can still use it for an input though right? There's nothing stopping you – Kyle Graham – 2018-03-19T18:00:28.597
In a technical sense, yes, you are not limited to the UTXO set for inputs, but in a practical sense, you are if you want your transaction to confirm. – alcio – 2018-03-19T18:31:55.487