Fixes bug in getdescriptoractivity RPC help manual.
Here is the line that pushes spend_vin field, there is no spend_vout json field.
https://github.com/bitcoin/bitcoin/blob/master/src/rpc/blockchain.cpp#L2757
Fixes bug in getdescriptoractivity RPC help manual.
Here is the line that pushes spend_vin field, there is no spend_vout json field.
https://github.com/bitcoin/bitcoin/blob/master/src/rpc/blockchain.cpp#L2757
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33119.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | nervana21, jonatack, luke-jr |
| Concept ACK | Sammie05 |
| Stale ACK | pablomartin4btc |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
cr ACK b17918d66743d6ee1cd2df7fd0a6c05dc87f71d8
Maybe you can add the field validation in rpc_getdescriptoractivity.py (ie test_receive_then_spend).
Thanks for the fix, As mentioned above, adding a test for this in rpc_getdescriptoractivity.py would make the PR even more robust. ACK from me for this doc update
@pablomartin4btc @Sammie05 Done in 3543bfd
tACK 3543bfd
ACK 3543bfdfec345cf2c952143c31674ef02de2a64b
Suggest updating the PR title prefix from "test" to "rpc"
utACK 3543bfdfec345cf2c952143c31674ef02de2a64b
The commit message should probably also be corrected (maybe "Docfix: RPC/blockchain: ..."?)