mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Primitives: Correct CTransaction deserialization docstring
Since https://github.com/bitcoin/bitcoin/pull/8589 CTxWitness was removed and instead replaced with CScriptWitness inside each CTxIn.
This commit is contained in:
parent
48725e64fb
commit
d4b3483cec
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue