Merge pull request #228 from grant-project/hotfix-truffle-util

Hotfix #227
This commit is contained in:
William O'Beirne 2018-11-27 14:49:08 -05:00 committed by GitHub
commit 96c4389e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ const checkContractsNetworkIds = (id) =>
res(allHaveId);
}
});
}));
});
module.exports.checkContractsNetworkIds = checkContractsNetworkIds;
const fundWeb3v1 = (module.exports.fundWeb3v1 = () => {