mirror of https://github.com/embarklabs/embark.git
re-add comment
This commit is contained in:
parent
1e580bfd23
commit
de39180737
|
@ -31,6 +31,7 @@ module.exports = function (embark) {
|
||||||
cb();
|
cb();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// NOTE: uncommenting this will make dappConnection stop working
|
||||||
//embark.registerClientWeb3Provider(function(options) {
|
//embark.registerClientWeb3Provider(function(options) {
|
||||||
// return "web3 = new Web3(new Web3.providers.HttpProvider('http://" + options.rpcHost + ":" + options.rpcPort + "'));";
|
// return "web3 = new Web3(new Web3.providers.HttpProvider('http://" + options.rpcHost + ":" + options.rpcPort + "'));";
|
||||||
//});
|
//});
|
||||||
|
|
Loading…
Reference in New Issue