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
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/33119.
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.
cr ACK b17918d66743d6ee1cd2df7fd0a6c05dc87f71d8
Maybe you can add the field validation in rpc_getdescriptoractivity.py
(ie test_receive_then_spend
).
ACK 3543bfdfec345cf2c952143c31674ef02de2a64b
Suggest updating the PR title prefix from “test” to “rpc”