[KMS-ETH]- Remove kwarg incompatible with new populus

pull/195/head^2
Michael Egorov 2017-12-18 23:47:28 -08:00
parent b055de024a
commit b022b20009
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def project():
# It will read user-specific configs also which may override it
if not hasattr(_project, 'project'):
project_dir = join(dirname(abspath(nkms_eth.__file__)), 'project')
project = populus.Project(project_dir, create_config_file=False)
project = populus.Project(project_dir)
project.config['chains.mainnetrpc']['contracts']['backends']['JSONFile']['settings']['file_path'] = REGISTRAR_PATH
_project.project = project
return _project.project