Skip to content

Commit

Permalink
chore: removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed May 5, 2024
1 parent 6f44827 commit 080b798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brs/at/ATProcessorCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ public int findTransactionHeight(Long transactionId, int height, Long atID, long
throw new CacheMissException();
}

// TODO: there must be another way how this works. This is very fragile
int count = 0;
Collection<Transaction> transactions = atContext.transactions;
for (Transaction t : transactions) {
Expand Down

0 comments on commit 080b798

Please sign in to comment.