Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Jul 11, 2024
1 parent d4ae432 commit d35b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo/Ledger/MemoryPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d35b466

Please sign in to comment.