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 6475e54 commit 893f24dCopy full SHA for 893f24d
pyinjective/async_client.py
@@ -156,9 +156,11 @@ async def get_tx(self, tx_hash):
156
157
async def close_exchange_channel(self):
158
await self.exchange_channel.close()
159
+ self.cron.stop()
160
161
async def close_chain_channel(self):
162
await self.chain_channel.close()
163
164
165
async def sync_timeout_height(self):
166
block = await self.get_latest_block()
0 commit comments