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?