Skip to content

Commit

Permalink
adding @ to the todo
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Feb 14, 2025
1 parent 320503a commit 11398a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void blockVerificationFailed(long blockNumber) {
private void attemptAcks() {
// Temporarily if lastAcknowledgedBlockNumber is -1, we get the first block in the map
if (lastAcknowledgedBlockNumber == -1) {
// todo(147): once we have a way to get the last acknowledged block from the store we should use that
// @todo(147): once we have a way to get the last acknowledged block from the store we should use that
lastAcknowledgedBlockNumber = 0;
}

Expand Down

0 comments on commit 11398a9

Please sign in to comment.