Sergio
Results
11
comments of
Sergio
Good. So here is the updated script: ```py #!/usr/bin/env python3 import sys from evmole import contract_info, Block, BlockType def normalize_targets(block_labels, targets): if targets is None: return [] if isinstance(targets, list):...