Skip to content

Commit ba297f2

Browse files
committed
reformat
1 parent 7f8d87d commit ba297f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo/Ledger/MemoryPool.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ internal bool TryRemoveUnVerified(UInt256 hash, [MaybeNullWhen(false)] out PoolI
450450
{
451451
if (!_unverifiedTransactions.TryGetValue(hash, out item))
452452
return false;
453-
453+
454454
_unverifiedTransactions.Remove(hash);
455455
_unverifiedSortedTransactions.Remove(item);
456456
return true;

0 commit comments

Comments
 (0)