Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | List of all members
CMerkleTx Class Reference

Legacy class used for deserializing vtxPrev for backwards compatibility. More...

#include <transaction.h>

Public Member Functions

template<typename Stream >
void Unserialize (Stream &s)
 

Detailed Description

Legacy class used for deserializing vtxPrev for backwards compatibility.

vtxPrev was removed in commit 93a18a3650292afbb441a47d1fa1b94aeb0164e3, but old wallet.dat files may still contain vtxPrev vectors of CMerkleTxs. These need to get deserialized for field alignment when deserializing a CWalletTx, but the deserialized values are discarded.

Definition at line 48 of file transaction.h.

Member Function Documentation

◆ Unserialize()

template<typename Stream >
void CMerkleTx::Unserialize ( Stream &  s)
inline

Definition at line 50 of file transaction.h.


The documentation for this class was generated from the following file: