Updating dist.

This commit is contained in:
ricmoo 2016-10-05 00:12:15 +08:00
parent 3be962f09d
commit dc2583ddd8
3 changed files with 4 additions and 4 deletions

@ -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: {

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "ethers-wallet",
"version": "1.0.4",
"version": "1.0.5",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {