aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-01-31 08:31:49 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-02-09 21:15:19 -0300
commit2d596bce6fefeff6033b21b391e81f1dda846937 (patch)
tree405f83128f6f1061b14609555e45543a8c0d0ea0
parenta5b66738f19a0ad46d7bc287e0db08552c5a1fec (diff)
downloadbitcoin-2d596bce6fefeff6033b21b391e81f1dda846937.tar.xz
doc: add wtxid info in release-notes
-rw-r--r--doc/release-notes-24198.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-24198.md b/doc/release-notes-24198.md
new file mode 100644
index 0000000000..e41b2a8e26
--- /dev/null
+++ b/doc/release-notes-24198.md
@@ -0,0 +1,6 @@
+Updated RPCs
+------------
+
+- The `listtransactions`, `gettransaction`, and `listsinceblock`
+ RPC methods now include a wtxid field (hash of serialized transaction,
+ including witness data) for each transaction. \ No newline at end of file