File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ def get_logs(
273
273
events , to_block_body = batch_results
274
274
else :
275
275
from_block_body : BlockData
276
- events , to_block_body , from_block_body = batch_results
276
+ from_block_body , events , to_block_body = batch_results
277
277
assert from_block_body ["number" ] == from_block , "eth_getLogs RPC returned unexpected from block number"
278
278
if from_block_body ["parentHash" ].to_0x_hex () != from_block_parent_hash :
279
279
raise ForkedBlock (f"expected={ from_block_parent_hash } , actual={ from_block_body ['parentHash' ].to_0x_hex ()} " )
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- VERSION = '0.2.2 '
3
+ VERSION = '0.2.3 '
4
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
6
You can’t perform that action at this time.
0 commit comments