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 46a14b0 commit c83f5c7Copy full SHA for c83f5c7
IceCreamSwapWeb3/EthAdvanced.py
@@ -269,7 +269,7 @@ def get_logs(
269
events: list[LogReceipt]
270
to_block_body: BlockData
271
batch_results = batch.execute()
272
- if from_block_parent_hash is not None:
+ if from_block_parent_hash is None:
273
events, to_block_body = batch_results
274
else:
275
from_block_body: BlockData
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '0.2.1'
+VERSION = '0.2.2'
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
0 commit comments