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.*
Declared in <wallet/transaction.h>
class CMerkleTx;
| Name | Description |
|---|---|
Unserialize | Deserialize and discard legacy vtxPrev fields for backwards compatibility. |