Skip to content

Conversation

Pumpkin12699
Copy link

  • Changed self.key[1] and self.key[2] to self.key[0] and self.key[1]
  • The key array has length 2, so indices 0 and 1 are valid
  • This prevents runtime panic during validation operations

- Changed self.key[1] and self.key[2] to self.key[0] and self.key[1]
- The key array has length 2, so indices 0 and 1 are valid
- This prevents runtime panic during validation operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant