Closed m-Peter closed 3 months ago
When the Gateway has finished ingesting all blocks, we get:
{ "jsonrpc": "2.0", "id": 1, "result": { "startingBlock": "0x0", "currentBlock": "0x2", "highestBlock": "0x2" } }
where currentBlock == highestBlock. In this case, we should return false, instead of the above object.
currentBlock
highestBlock
false
When the Gateway has finished ingesting all blocks, we get:
where
currentBlock
==highestBlock
. In this case, we should returnfalse
, instead of the above object.