actually activating ipc tracing

pull/14/head
step21 7 years ago
parent dfecf9da26
commit 24915ae23b
  1. 3
      mythril/ether/util.py

@ -21,7 +21,8 @@ def bytecode_from_blockchain(creation_tx_hash, ipc, rpc_host='127.0.0.1', rpc_po
creation_tx_hash = ID of transaction that created the contract. creation_tx_hash = ID of transaction that created the contract.
""" """
if ipc: if ipc:
pass eth = EthIpc()
else: else:
eth = EthJsonRpc(rpc_host, rpc_port) eth = EthJsonRpc(rpc_host, rpc_port)

Loading…
Cancel
Save