Sorry - It seems I broke CTxInWitness with a previous commit fd209df.
The previous change added a witness stack argument to the CTxInWitness initializer. However, methods such as CTransaction.deserialize() will initialize CTxInWitness() without a witness stack argument. This fix makes the witness stack argument optional.
Sorry - It seems I broke CTxInWitness with a previous commit fd209df.
The previous change added a witness stack argument to the CTxInWitness initializer. However, methods such as CTransaction.deserialize() will initialize CTxInWitness() without a witness stack argument. This fix makes the witness stack argument optional.