You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #8765 we tried to add valuePools object to the getblock RPC method but we realized we can't do it without changing the database which we prefer to defer. #8730
However, the getblockchaininfo RPC method provides value pool information for the tip, something that we can provide using similar code introduced in #8765
The text was updated successfully, but these errors were encountered:
In #8765 we tried to add
valuePools
object to thegetblock
RPC method but we realized we can't do it without changing the database which we prefer to defer. #8730However, the getblockchaininfo RPC method provides value pool information for the tip, something that we can provide using similar code introduced in #8765
The text was updated successfully, but these errors were encountered: