Skip to content

Commit 9127e97

Browse files
committed
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.
1 parent 7d226b7 commit 9127e97

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/release-notes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ https://www.torproject.org/docs/tor-manual.html.en
1919

2020
This allows running bitcoind without having to do any manual configuration.
2121

22-
Example header
23-
----------------------
22+
Low-level RPC API changes
23+
--------------------------
2424

25-
Example content.
25+
- Monetary amounts can be provided as strings. This means that for example the
26+
argument to sendtoaddress can be "0.0001" instead of 0.0001. This can be an
27+
advantage if a JSON library insists on using a lossy floating point type for
28+
numbers, which would be dangerous for monetary amounts.
2629

2730
0.12.0 Change log
2831
=================

0 commit comments

Comments
 (0)