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
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
It's not working so maybe it should be removed from the code and counterblock API doc.
{
"id": 1,
"jsonrpc": "2.0",
"error": {
"data": {
"message": "module 'counterblock.lib.blockchain' has no attribute 'getBlockInfo'",
"type": "AttributeError",
"args": [
"module 'counterblock.lib.blockchain' has no attribute 'getBlockInfo'"
]
},
"message": "Server error",
"code": -32000
}
}```
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40734510-remove-get_insight_block_info?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github).
</bountysource-plugin>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can we fix or remove get_insight_block_info from the code?
https://github.com/CounterpartyXCP/counterblock/blob/master/counterblock/lib/processor/api.py#L60
Or replace it with Core's
getblock
?It's not working so maybe it should be removed from the code and counterblock API doc.
The text was updated successfully, but these errors were encountered: