mirror of
git://holbrook.no/eth-contract-registry
synced 2026-03-19 11:00:48 +01:00
Remove useless extra data in registry set method
This commit is contained in:
@@ -65,7 +65,7 @@ def registry(
|
||||
h.update(j.encode('utf-8'))
|
||||
z = h.digest()
|
||||
chain_config_digest = add_0x(z.hex())
|
||||
(tx_hash_hex, o) = c.set(registry_address, roles['CONTRACT_DEPLOYER'], 'ContractRegistry', registry_address, chain_spec_identifier, chain_config_digest)
|
||||
(tx_hash_hex, o) = c.set(registry_address, roles['CONTRACT_DEPLOYER'], 'ContractRegistry', registry_address)
|
||||
r = eth_rpc.do(o)
|
||||
o = receipt(tx_hash_hex)
|
||||
r = eth_rpc.do(o)
|
||||
|
||||
Reference in New Issue
Block a user