Skip to content

Commit de39180

Browse files
committed
re-add comment
1 parent 1e580bf commit de39180

File tree

1 file changed

+1
-0
lines changed
  • test_apps/test_app/extensions/embark-service

1 file changed

+1
-0
lines changed

test_apps/test_app/extensions/embark-service/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = function (embark) {
3131
cb();
3232
});
3333

34+
// NOTE: uncommenting this will make dappConnection stop working
3435
//embark.registerClientWeb3Provider(function(options) {
3536
// return "web3 = new Web3(new Web3.providers.HttpProvider('http://" + options.rpcHost + ":" + options.rpcPort + "'));";
3637
//});

0 commit comments

Comments
 (0)