From 25c40fe40943fa6726574e7c6a2384007a587afa Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Mon, 27 May 2019 13:44:52 +0200 Subject: [PATCH] Fix typo --- src/llmq/quorums_instantsend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmq/quorums_instantsend.cpp b/src/llmq/quorums_instantsend.cpp index 1e5333e0f..5ec2710fc 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; }