We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d226b7 commit 9127e97Copy full SHA for 9127e97
doc/release-notes.md
@@ -19,10 +19,13 @@ https://www.torproject.org/docs/tor-manual.html.en
19
20
This allows running bitcoind without having to do any manual configuration.
21
22
-Example header
23
-----------------------
+Low-level RPC API changes
+--------------------------
24
25
-Example content.
+- 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.
29
30
0.12.0 Change log
31
=================
0 commit comments