This commit is contained in:
Iuri Matias 2018-05-28 13:58:49 -04:00
parent 1eee68e901
commit 6c921e3a85
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ __reduce(<%- connectionList %>,function(prev, value, next) {
web3.eth.defaultAccount = accounts[0];
<% if (warnAboutMetamask) { %>
if (web3.eth.currentProvider.isMetaMask) {
console.log("Note: Embark has detected you are in the development environment and using Metamask, please make it's connecting to your local node");
console.log("Note: Embark has detected you are in the development environment and using Metamask, please make sure Metamask is connected to your local node");
}
<% } %>
<%- done %>