aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16525.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-10-02 11:26:05 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-10-02 11:24:46 +0200
commit99992e78329f5f4352a8e8890669061f0c3536e4 (patch)
treecfab7317400355e9358ca0e971733ecbb56213c3 /doc/release-notes-16525.md
parent60ec57b3d73e5cef71ebf3c4cdf54a4474bf492b (diff)
downloadbitcoin-99992e78329f5f4352a8e8890669061f0c3536e4.tar.xz
doc: Collect release-notes snippets
Diffstat (limited to 'doc/release-notes-16525.md')
-rw-r--r--doc/release-notes-16525.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/release-notes-16525.md b/doc/release-notes-16525.md
deleted file mode 100644
index 220cb78de4..0000000000
--- a/doc/release-notes-16525.md
+++ /dev/null
@@ -1,9 +0,0 @@
-RPC changes
------------
-
-Exposed transaction version numbers are now treated as unsigned 32-bit integers
-instead of signed 32-bit integers. This matches their treatment in consensus
-logic. Versions greater than 2 continue to be non-standard (matching previous
-behavior of smaller than 1 or greater than 2 being non-standard). Note that
-this includes the joinpsbt command, which combines partially-signed
-transactions by selecting the highest version number.