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 dde3005 commit 619233fCopy full SHA for 619233f
async_substrate_interface/sync_substrate.py
@@ -437,7 +437,7 @@ def __next__(self):
437
# If we cannot retrieve the next page
438
if not next_page:
439
self.loading_complete = True
440
- raise StopAsyncIteration
+ raise StopIteration
441
442
# Update the buffer with the newly fetched records
443
self._buffer = iter(next_page)
0 commit comments