Problem Definition
When I run a local light client and query for block_results of the latest height (at height 6 in this example), the following is returned
{
"jsonrpc": "2.0",
"id": -1,
"error": {
"code": -32603,
"message": "Internal error",
"data": "failed to update light client to 7: failed to obtain the header #7: signed header not found"
}
}
It should however return the result for the header #6
For Admin Use