Skip to content

Commit

Permalink
Primitives: Correct CTransaction deserialization docstring
Browse files Browse the repository at this point in the history
Since bitcoin#8589 CTxWitness was
removed and instead replaced with CScriptWitness inside each CTxIn.
  • Loading branch information
TheCharlatan authored and hmel committed Feb 19, 2022
1 parent 19e29b5 commit 7aaa220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ struct CMutableTransaction;
* - std::vector<CTxIn> vin
* - std::vector<CTxOut> vout
* - if (flags & 1):
* - CTxWitness wit;
* - CScriptWitness scriptWitness; (deserialized into CTxIn)
* - uint32_t nLockTime
*/
template<typename Stream, typename TxType>
Expand Down

0 comments on commit 7aaa220

Please sign in to comment.