diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-11-11 00:40:11 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-11-11 22:32:44 +0000 |
commit | a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14 (patch) | |
tree | 3d9b21654f65add933b2afdf1ced509b1ec3252c /doc | |
parent | 89e93135aedf984f7a98771f047e2beb6cdbdb8e (diff) |
rpc: Expose block height of wallet transactions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-17437.md | 5 |
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. |