Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update mewConnectEth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere authored Nov 2, 2018
1 parent a123c0b commit 80378c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/staticJS/mewConnectEth.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MewConnectEth {
}

createWallet(data) {
var address = data.address;
var address = data.address.toLowerCase();
// var pub = data.pub;
var wallet = void 0;
if (address.substring(0, 2) != '0x') {
Expand Down

0 comments on commit 80378c9

Please sign in to comment.