From f920a3d01af28ff26044eb8d6e6bf8832d8b43bb Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 27 Jul 2018 13:09:07 -0400 Subject: [PATCH] move deployment to module --- lib/core/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/engine.js b/lib/core/engine.js index 5654f419..db5900b0 100644 --- a/lib/core/engine.js +++ b/lib/core/engine.js @@ -215,7 +215,7 @@ class Engine { events: this.events }); - const DeployManager = require('../contracts/deploy_manager.js'); + const DeployManager = require('../modules/deployment/index.js'); this.deployManager = new DeployManager({ blockchain: this.blockchain, config: this.config,