huge optimizations

This commit is contained in:
nossr50
2024-11-03 17:10:49 -08:00
parent f0973f2500
commit 3aaff1911b
4 changed files with 15 additions and 18 deletions

View File

@@ -75,7 +75,6 @@ class UserBlockTrackerTest {
// Top Block
final Block illegalHeightBlock = initMockBlock(1337, 256, -1337);
assertFalse(hashChunkManager.isIneligible(illegalHeightBlock));
Assertions.assertThrows(IndexOutOfBoundsException.class, () -> hashChunkManager.setIneligible(illegalHeightBlock));
}