mirror of
git://holbrook.no/eth-contract-registry
synced 2026-03-19 11:00:48 +01:00
Correct interface in solidity contract
This commit is contained in:
@@ -76,7 +76,7 @@ def main():
|
||||
raise ValueError('chain config hash must be 32 bytes')
|
||||
chain_config_hash = add_0x(chain_config_hash)
|
||||
|
||||
(tx_hash_hex, o) = c.set(registry_address, signer_address, config.get('_IDENTIFIER'), subject_address, chain_spec, chain_config_hash)
|
||||
(tx_hash_hex, o) = c.set(registry_address, signer_address, config.get('_IDENTIFIER'), subject_address)
|
||||
|
||||
if config.get('_RPC_SEND'):
|
||||
conn.do(o)
|
||||
|
||||
Reference in New Issue
Block a user