From d35b466136dc0d658988c8c6b2bc6174a3c3d98e Mon Sep 17 00:00:00 2001 From: Fernando Diaz Toledano Date: Thu, 11 Jul 2024 10:39:45 +0200 Subject: [PATCH] typo --- src/Neo/Ledger/MemoryPool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Neo/Ledger/MemoryPool.cs b/src/Neo/Ledger/MemoryPool.cs index 7ccdde18b3..ff9c6b1069 100644 --- a/src/Neo/Ledger/MemoryPool.cs +++ b/src/Neo/Ledger/MemoryPool.cs @@ -661,7 +661,7 @@ internal bool ReVerifyTopUnverifiedTransactionsIfNeeded(int maxToVerify, DataCac } // This method is only for test purpose - // Do not use this method outside unit tests + // Do not use this method outside of unit tests internal void Clear() { _txRwLock.EnterReadLock();