mirror of https://github.com/embarklabs/embark.git
spelling correction of metamask
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
f34bd5df4f
commit
6fe3064edd
|
@ -26,7 +26,7 @@ __reduce(<%- connectionList %>,function(prev, value, next) {
|
||||||
}, function(err, _result) {
|
}, function(err, _result) {
|
||||||
__getAccounts(function(err, accounts) {
|
__getAccounts(function(err, accounts) {
|
||||||
web3.eth.defaultAccount = accounts[0];
|
web3.eth.defaultAccount = accounts[0];
|
||||||
<% if (warnAboutMetaMask) { %>
|
<% if (warnAboutMetamask) { %>
|
||||||
if (web3.eth.currentProvider.isMetamask === true) {
|
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");
|
console.log("Note: Embark has detected you are in the development environment and using Metamask, please make it's connecting to your local node");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue