Correct interface in solidity contract

This commit is contained in:
nolash
2021-11-14 05:23:44 +01:00
parent 7d27faa960
commit 8c1339aac5
7 changed files with 19 additions and 30 deletions

View File

@@ -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)