add/fix tests

pull/7/head
step21 7 years ago
parent 017b8db408
commit 5eb98c6622
  1. 2
      mythril/ether/util.py
  2. 1
      tests/ipc_test.py

@ -17,7 +17,7 @@ def safe_decode(hex_encoded_string):
# return codecs.decode(hex_encoded_string, 'hex_codec')
def bytecode_from_blockchain(creation_tx_hash, rpc_host='127.0.0.1', rpc_port=8545, ipc):
def bytecode_from_blockchain(creation_tx_hash, ipc, rpc_host='127.0.0.1', rpc_port=8545):
"""Load bytecode from a local node via
creation_tx_hash = ID of transaction that created the contract.
"""

@ -0,0 +1 @@
import unittest
Loading…
Cancel
Save