mirror of https://github.com/nucypher/nucypher.git
Fix missing constructor calldata logging when deploying contracts
parent
6c385ba426
commit
5e6e2cfee3
|
@ -831,7 +831,7 @@ class BlockchainDeployerInterface(BlockchainInterface):
|
|||
constructor_function,
|
||||
*constructor_args,
|
||||
**constructor_kwargs)
|
||||
if not constructor_calldata:
|
||||
if constructor_calldata:
|
||||
self.log.info(f"Constructor calldata: {constructor_calldata}")
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue