# Gavin Andresen # 2011-11-01 17:55:21 # https://bitcointalk.org/index.php?topic=50523.msg602648#msg602648 1. TxOut scripts are not evaluated until they are spent@p{--} those are probably unspendable TxOuts. @p{par} 2. The inputs must be valid (you're looking at coinbase txns with no inputs though). Again, TxOuts aren't evaluated until they are used as inputs in another transaction; as long as they deserialize properly they'll be accepted. @p{par} 3. I don't know of any other bugs in the scripts ops, but I don't know that anybody has written thorough unit tests for them (anybody looking for a good get-your-feet-wet project that could be a good one to tackle; there are already unit tests for CHECKMULTISIG in the repostitory....). @p{brk}