mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
bdf36f952b
a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14 rpc: Expose block height of wallet transactions (João Barbosa) Pull request description: Closes #17296. ACKs for top commit: practicalswift: ACK a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14 -- diff looks correct now (good catch @theStack!) theStack: ACK a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14 ryanofsky: Code review ACK a5e77959c8ff6a8bffa1621d7ea29ee8603c5a14. Changes since last review getblockhash python test fixes, and removing the last hardcoded height Tree-SHA512: 57dcd0e4e7083f34016bf9cf8ef578fbfde49e882b6cd8623dd1c64716e096e62f6177a4c2ed94f5de304e751fe23fb9d11cf107a86fbf0a3c5f539cd2844916
6 lines
187 B
Markdown
6 lines
187 B
Markdown
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.
|