mwcproject / mwcbuildpipeline

MIT License
1 stars 4 forks source link

nonce undefined in this block #20

Closed cgilliard closed 4 years ago

cgilliard commented 4 years ago

https://explorer.mwc.mw/#b24052

cgilliard commented 4 years ago

Looks like the nonce is too big for java's long. Need to parse the json string manually. Put try/catch around it for now so that other processing does not break.

hcasalet commented 4 years ago

This issue is fixed. When nonce is too big as a Long, it is parsed as String.