This commit is contained in:
Iuri Matias 2019-08-19 17:35:50 -04:00
parent 03cdbcbe94
commit 7c228c750c

View File

@ -23,6 +23,7 @@ class ContractDeployer {
async.waterfall([
(next) => {
this.plugins.emitAndRunActionsForEvent('deployment:contract:beforeDeploy', {contract: contract}, (err, _params) => {
// TODO: confirm this really works and shouldn't be next(err, params)
next(err);
});
},