From 06adca74c7cb54908fd38b7e526b107758a797c2 Mon Sep 17 00:00:00 2001 From: vicsn Date: Thu, 26 Sep 2024 12:33:49 +0200 Subject: [PATCH] Update node/src/client/router.rs Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com> --- node/src/client/router.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/client/router.rs b/node/src/client/router.rs index 7cd0b258c7..6ef4a78501 100644 --- a/node/src/client/router.rs +++ b/node/src/client/router.rs @@ -311,7 +311,7 @@ impl> Inbound for Client { serialized: UnconfirmedTransaction, transaction: Transaction, ) -> bool { - // Try to add the transaction to a verification queue, without changing LRU status of known solutions. + // Try to add the transaction to a verification queue, without changing LRU status of known transactions. match &transaction { Transaction::::Fee(..) => (), // Fee Transactions are not valid. Transaction::::Deploy(..) => {