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

Commit

Permalink
Merge pull request #2138 from kvhnuke/gamalielhere-patch-1
Browse files Browse the repository at this point in the history
Update mewConnectEth.js
  • Loading branch information
gamalielhere authored Nov 2, 2018
2 parents a123c0b + 80378c9 commit dee65a1
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 dee65a1

Please sign in to comment.