Browse Source
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).0.13
Wladimir J. van der Laan
10 years ago
6 changed files with 9 additions and 17 deletions
Loading…
Reference in new issue