We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943deb2 commit 54231abCopy full SHA for 54231ab
src/collectors.py
@@ -592,7 +592,7 @@ def block_height(self):
592
593
def finalized_block_height(self):
594
"""Runs a query to return consensus block height"""
595
- result = self.interface.json_rpc_post(self.consensus_block_height_payload)
+ result = self.interface.cached_json_rpc_post(self.consensus_block_height_payload)
596
if result is None:
597
raise ValueError("No response received from TON endpoint")
598
consensus_block = result.get('consensus_block', None)
0 commit comments