Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
nan01ab committed Sep 24, 2024
1 parent 7f8d87d commit ba297f2
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 @@ -450,7 +450,7 @@ internal bool TryRemoveUnVerified(UInt256 hash, [MaybeNullWhen(false)] out PoolI
{
if (!_unverifiedTransactions.TryGetValue(hash, out item))
return false;

_unverifiedTransactions.Remove(hash);
_unverifiedSortedTransactions.Remove(item);
return true;
Expand Down

0 comments on commit ba297f2

Please sign in to comment.