Example from 'listtransactions' RPC output:
"amount" : 0.17622195000000002,
...
"amount" : 0.20165306000000002,
...
"amount" : 0.17177393000000002,
Example from 'listtransactions' RPC output:
"amount" : 0.17622195000000002,
...
"amount" : 0.20165306000000002,
...
"amount" : 0.17177393000000002,
Verified: reverting json-spirit commits 2ecb7555a9df1e843fd25f588819e4ca1d94b266 and 2227389fa8fa1b9ff19234838fc7b641e935125b fixes this issue.
Reverting only 2ecb7555a9df1e843fd25f588819e4ca1d94b266 does not fix the problem. It's the core json_spirit update that is to blame.
Sucks...