spelling correction of metamask

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-05-28 12:45:14 -05:00
parent f34bd5df4f
commit 6fe3064edd
1 changed files with 1 additions and 1 deletions

View File

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