Skip to content

Commit dc2583d

Browse files
committed
Updating dist.
1 parent 3be962f commit dc2583d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/ethers-wallet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ utils.defineProperty(secretStorage, 'encrypt', function(privateKey, password, op
15371537

15381538
// See: https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition
15391539
var data = {
1540-
address: address,
1540+
address: address.substring(2).toLowerCase(),
15411541
id: uuid.v4({random: uuidRandom}),
15421542
version: 3,
15431543
Crypto: {

0 commit comments

Comments
 (0)