aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-15 17:54:45 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-15 18:03:10 +0200
commit28b400f7d146cca311d0d02d636a3251bddd4b04 (patch)
treeb3b367d6b68eb2c4fc9ffc3193f496b70c40b2c8 /doc
parent76212bbc6a13298d7154ac16c0b989aca5471de8 (diff)
downloadbitcoin-28b400f7d146cca311d0d02d636a3251bddd4b04.tar.xz
doc: update release-notes for `gettxoutsetinfo` change
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 806d174ebf..8360cc4816 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -21,6 +21,13 @@ It is recommended to use this for sensitive information such as wallet
passphrases, as command-line arguments can usually be read from the process
table by any user on the system.
+RPC low-level changes
+----------------------
+
+- `gettxoutsetinfo` UTXO hash (`hash_serialized`) has changed. There was a divergence between
+ 32-bit and 64-bit platforms, and the txids were missing in the hashed data. This has been
+ fixed, but this means that the output will be different than from previous versions.
+
0.13.0 Change log
=================