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 | pablomartin4btc |
Concept ACK | Sammie05 |
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
).