aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2023-10-19 15:02:38 +0200
committerFabian Jahr <fjahr@protonmail.com>2023-10-20 22:53:06 +0200
commit66865446a771327be9e972cdaf01154ea1bdff6d (patch)
treebc0ea165c08b6620eca889b6c70925c6ce4ac201 /doc
parentcb0336817edc2b6aee2eca818f133841f613a767 (diff)
docs: Add release notes for #28685
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-28685.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-28685.md b/doc/release-notes-28685.md
new file mode 100644
index 0000000000..6f04d8d542
--- /dev/null
+++ b/doc/release-notes-28685.md
@@ -0,0 +1,4 @@
+RPC
+---
+
+The `hash_serialized_2` value has been removed from `gettxoutsetinfo` since the value it calculated contained a bug and did not take all data into account. It is superseded by `hash_serialized_3` which provides the same functionality but serves the correctly calculated hash.