aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-11-11 00:40:11 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-11-11 22:32:44 +0000
commita5e77959c8ff6a8bffa1621d7ea29ee8603c5a14 (patch)
tree3d9b21654f65add933b2afdf1ced509b1ec3252c /doc
parent89e93135aedf984f7a98771f047e2beb6cdbdb8e (diff)
downloadbitcoin-a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14.tar.xz
rpc: Expose block height of wallet transactions
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-17437.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-17437.md b/doc/release-notes-17437.md
new file mode 100644
index 0000000000..3edfd00a38
--- /dev/null
+++ b/doc/release-notes-17437.md
@@ -0,0 +1,5 @@
+Low-level RPC Changes
+===
+
+- The RPC gettransaction, listtransactions and listsinceblock responses now also
+includes the height of the block that contains the wallet transaction, if any.