Validation work

This commit is contained in:
2024-04-12 17:06:42 -04:00
parent dd764281e8
commit 479e38e3f6
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -340,7 +340,6 @@ public enum Protocol {
}
}
public static int FindNextValidOpcode(ByteBufferReader reader) {
int startPos = reader.position();
int bytesLeft = reader.remaining();