Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@swirldslabs.com>
  • Loading branch information
Cody Littley committed Dec 21, 2023
1 parent 53074a2 commit 7153d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Tracks the tipset of the latest self event. Must be thread safe, gossip will access it from multiple threads.
*/
public class LatestEventTipsetTracker { // TODO add a unit test
public class LatestEventTipsetTracker {

private final TipsetTracker tipsetTracker;
private final NodeId selfId;
Expand Down

0 comments on commit 7153d0d

Please sign in to comment.