mwcproject / mwcbuildpipeline

MIT License
1 stars 4 forks source link

nonce in blocks is rounded by javascript #19

Closed cgilliard closed 4 years ago

cgilliard commented 4 years ago

There may be other large values that javascript rounds incorrectly. We're using JSON.parse. May either have to send as strings or figure out how to parse without losing precision.

hcasalet commented 4 years ago

Resolved. Please reopen if issue still seen.