mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Fix typo
This commit is contained in:
parent
5233045373
commit
25c40fe409
@ -956,7 +956,7 @@ void CInstantSendManager::ProcessNewTransaction(const CTransactionRef& tx, const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tx->IsCoinBase() || tx->vin.empty()) {
|
if (tx->IsCoinBase() || tx->vin.empty()) {
|
||||||
// coinbase can't and TXs with no inputs be locked
|
// coinbase and TXs with no inputs can't be locked
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user