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
A request to block endpoint results in the following error:
{
"code": 171,
"message": "error on online client operation",
"description": "returned when there is an error with the client",
"retriable": false,
"details": {
"info": "getting block transactions by height rosetta: (171) error on online client operation"
}
}
Summary of Bug
A request to block endpoint results in the following error:
Version
main
Steps to Reproduce
curl localhost:8080/block -d '{ "network_identifier":{"network":"network","blockchain": "app"}, "block_identifier":{"index":$BLOCK}}' | jq
The text was updated successfully, but these errors were encountered: