|
@API.add_method |
|
def get_insight_block_info(block_hash): |
|
info = blockchain.getBlockInfo(block_hash) # ('/api/block/' + block_hash + '/', abort_on_error=True) |
|
return info |
I couldn't blockchain.getBlockInfo() in the develop branch. Should we remove this API or fix to work again?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.