Update nucypher/blockchain/eth/deployers.py

Co-Authored-By: KPrasch <kieranprasch@gmail.com>
pull/484/head
Justin Holmes 2018-10-27 06:56:35 -07:00 committed by jMyles
parent eec736d340
commit 7ef2270a17
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class PolicyManagerDeployer(ContractDeployer):
self.secret_hash = secret_hash self.secret_hash = secret_hash
def deploy(self) -> Dict[str, str]: def deploy(self) -> Dict[str, str]:
self.check_deployment_readiness self.check_deployment_readiness()
# Creator deploys the policy manager # Creator deploys the policy manager
policy_manager_contract, deploy_txhash = self.blockchain.interface.deploy_contract( policy_manager_contract, deploy_txhash = self.blockchain.interface.deploy_contract(