This commit is contained in:
Alexander Block 2019-05-27 13:44:52 +02:00
parent 5233045373
commit 25c40fe409

View File

@ -956,7 +956,7 @@ void CInstantSendManager::ProcessNewTransaction(const CTransactionRef& tx, const
}
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;
}