Skip to content

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

@Memory-of-Snow

Description

@Memory-of-Snow

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions