diff --git a/src/llmq/quorums_instantsend.cpp b/src/llmq/quorums_instantsend.cpp index 1e5333e0f9..5ec2710fcc 100644 --- a/src/llmq/quorums_instantsend.cpp +++ b/src/llmq/quorums_instantsend.cpp @@ -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; }