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 61aefc7 commit 9629688Copy full SHA for 9629688
IceCreamSwapWeb3/EthAdvanced.py
@@ -242,7 +242,7 @@ def get_logs(
242
243
# getting logs for a single block, which is not at the chain head. No drama
244
if num_blocks == 1:
245
- block_hash = self._get_block(from_block)["hash"].to_0x_hex()
+ block_hash = self.get_block(from_block)["hash"].to_0x_hex()
246
single_hash_filter = {**filter_params, "blockHash": block_hash}
247
del single_hash_filter["fromBlock"]
248
del single_hash_filter["toBlock"]
0 commit comments