mirror of
git://holbrook.no/eth-contract-registry
synced 2026-04-27 03:07:15 +02:00
Remove unused chain id bind
This commit is contained in:
@@ -27,6 +27,7 @@ from eth_contract_registry.registry import ContractRegistry
|
||||
from eth_contract_registry.encoding import from_identifier_hex
|
||||
from eth_contract_registry.pytest.fixtures_registry import valid_identifiers
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logg = logging.getLogger()
|
||||
|
||||
valid_identifiers += [
|
||||
@@ -70,5 +71,3 @@ def test_set(
|
||||
o = builder.address_of(registry, 'FooContract', sender_address=eth_accounts[0])
|
||||
r = eth_rpc.do(o)
|
||||
r = abi_decode_single(ABIContractType.ADDRESS, r)
|
||||
assert r == addr_foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user