diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-27 13:56:40 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-27 13:57:24 +0200 |
commit | 9127e9766a7e8e9173ba9dacc551edaa9e243f4c (patch) | |
tree | 33746478cdca8fbb0523c864f8e51c8ab29dcf4e /doc/release-notes.md | |
parent | 7d226b7ca0516c349c73bd79df197a1a14922a1d (diff) |
doc: Mention RPC strings for monetary amounts in release notes
Add a section "low level RPC API changes" so that the changes with
regard to error codes can be added later.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index d5ac70380f..7480a7cd21 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -19,10 +19,13 @@ https://www.torproject.org/docs/tor-manual.html.en This allows running bitcoind without having to do any manual configuration. -Example header ----------------------- +Low-level RPC API changes +-------------------------- -Example content. +- Monetary amounts can be provided as strings. This means that for example the + argument to sendtoaddress can be "0.0001" instead of 0.0001. This can be an + advantage if a JSON library insists on using a lossy floating point type for + numbers, which would be dangerous for monetary amounts. 0.12.0 Change log ================= |