Rounding inconsistency with valueZat? #117
Labels
bug
fixed-in-v0.6
This issue has been resolved in the development version (available on the v0.6 branch)
Milestone
Ran the ZCash chain through the BlockSci rpc parser.
Was looking at some tranasaction output values in blockscipy.
It seems that value out in one transaction was incorrect, (due to rounding precision?)
This damages the consistency when looking for transactions with absolute values.
For example, output 0 from this txid (30287c5c83f73dd0ab22c367cdd8ac8ba4e56dc135c84b8657026a02e3298d25) is 1.33767.
When searched for in blocksci it returns the first TxOut as value=133766999.
I haven't been able to find any other transactions like this, not sure if its my interpreter, the parsing process by blocksci or something gone wrong in my end.
Would appreciate any help, or to see if this is reproduced on other blocksci parsed zcash data chains.
The text was updated successfully, but these errors were encountered: