mirror of
git://holbrook.no/eth-accounts-index
synced 2026-04-27 20:11:04 +02:00
Rename solidity file, return values from evm
This commit is contained in:
@@ -21,11 +21,11 @@ class Test(unittest.TestCase):
|
||||
'gas_limit': 9000000,
|
||||
})
|
||||
|
||||
f = open(os.path.join(testdir, '../eth_accounts_index/data/registry.bin'), 'r')
|
||||
f = open(os.path.join(testdir, '../eth_accounts_index/data/AccountsIndex.bin'), 'r')
|
||||
bytecode = f.read()
|
||||
f.close()
|
||||
|
||||
f = open(os.path.join(testdir, '../eth_accounts_index/data/registry.abi.json'), 'r')
|
||||
f = open(os.path.join(testdir, '../eth_accounts_index/data/AccountsIndex.abi.json'), 'r')
|
||||
abi = json.load(f)
|
||||
f.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user