Closed versionCollector closed 2 years ago
Yes, it is normal. Just give it a few minutes, stateheight will catch up with blockheight.
It's have been 17 days since I created this issue, but still stateheight
value is lower then blockheight
. What could be the problem?
e.g.
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockheight": 8586776,
"stateheight": 6380940
}
}
Hello! When I'm asking
getstateheight
method and in response i getIs it a normal behavior that
stateheight
is lower thanblockheight
? If its not how can I fix it?