mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Do not shadow local variable named tx
.
This commit is contained in:
parent
82274c02ed
commit
44f2baac48
@ -1877,8 +1877,8 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
|
||||
}
|
||||
}
|
||||
|
||||
for (const CTransactionRef& tx : lRemovedTxn)
|
||||
AddToCompactExtraTransactions(tx);
|
||||
for (const CTransactionRef& removedTx : lRemovedTxn)
|
||||
AddToCompactExtraTransactions(removedTx);
|
||||
|
||||
int nDoS = 0;
|
||||
if (state.IsInvalid(nDoS))
|
||||
|
Loading…
Reference in New Issue
Block a user