rpc: Expose block height of wallet transactions

This commit is contained in:
João Barbosa
2019-11-11 00:40:11 +00:00
parent 89e93135ae
commit a5e77959c8
4 changed files with 15 additions and 4 deletions

View File

@@ -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.