Add some missing fields to getmininginfo
RPC method
#8858
Labels
A-compatibility
Area: Compatibility with other nodes or wallets, or standard rules
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
Milestone
When we implemented
getmininginfo
only a subset of the fields were included in the response. However in the context of #8781, we might want to add some more, specifically:blocks
currentblocksize
currentblocktx
These fields could be optional, but I’m using this test to validate the functionality of the framework with Zebra. Adding these fields should not cause any issues and will increase the coverage of our RPC responses for users.
The text was updated successfully, but these errors were encountered: