11 for (
auto& txin : tx1.vin) txin.scriptSig =
CScript();
12 for (
auto& txin : tx2.vin) txin.scriptSig =
CScript();
A transaction with a bunch of additional info that only the owner cares about.
Serialized script, used inside transaction inputs and outputs.
int64_t GetTxTime() const
unsigned int nTimeSmart
Stable timestamp that never changes, and reflects the order a transaction was added to the wallet...
A mutable version of CTransaction.
bool IsEquivalentTo(const CWalletTx &tx) const
True if only scriptSigs are different.
unsigned int nTimeReceived
time received by this node
The basic transaction that is broadcasted on the network and contained in blocks. ...