dogecoin/qa
Wladimir J. van der Laan 7650449a67 univalue: Avoid unnecessary roundtrip through double for numbers
JSON makes no distinction between numbers and reals, and our code
doesn't need to do so either.

This removes VREAL, as well as its specific post-processing in
`UniValue::write`. Non-monetary amounts do not need to be forcibly
formatted with 8 decimals, so the extra roundtrip was unnecessary
(and potentially loses precision).
2015-07-18 09:04:18 +02:00
..
pull-tester [QA] remove rawtransactions.py from the extended test list 2015-07-10 22:01:41 +02:00
rpc-tests univalue: Avoid unnecessary roundtrip through double for numbers 2015-07-18 09:04:18 +02:00