re-add comment

This commit is contained in:
Iuri Matias 2018-06-20 16:38:26 -04:00
parent 1e580bfd23
commit de39180737
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module.exports = function (embark) {
cb();
});
// NOTE: uncommenting this will make dappConnection stop working
//embark.registerClientWeb3Provider(function(options) {
// return "web3 = new Web3(new Web3.providers.HttpProvider('http://" + options.rpcHost + ":" + options.rpcPort + "'));";
//});