Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In TagDeserializer.java, when the code is "nonce", both nodeNonce and nodeDifficulty are set to node.get(1). #69

Closed
Memory-of-Snow opened this issue Jul 11, 2023 · 1 comment
Assignees

Comments

@Memory-of-Snow
Copy link
Contributor

Describe the bug
In TagDeserializer.java, when the code is "nonce", both nodeNonce and nodeDifficulty are set to node.get(1).

Expected behavior
Most likely, nodeDifficulty should reference node.get(2).

Additional context
Does nonce fit within the range of an Integer data type? Is it possible for larger numbers to be included?

@tcheeric
Copy link
Owner

This has been merged already.

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

No branches or pull requests

2 participants