Skip to content

Commit

Permalink
Updating dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 4, 2016
1 parent 3be962f commit dc2583d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ethers-wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ utils.defineProperty(secretStorage, 'encrypt', function(privateKey, password, op

// See: https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition
var data = {
address: address,
address: address.substring(2).toLowerCase(),
id: uuid.v4({random: uuidRandom}),
version: 3,
Crypto: {
Expand Down
Loading

0 comments on commit dc2583d

Please sign in to comment.