Skip to content

Commit

Permalink
Use updated Web3 Secret Storage format for JSON wallets (#3075).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 14, 2022
1 parent abdf2e3 commit 6f57e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-wallets/src.ts/keystore.ts
Expand Up @@ -329,7 +329,7 @@ export function encrypt(account: ExternallyOwnedAccount, password: Bytes | strin
address: account.address.substring(2).toLowerCase(),
id: uuidV4(uuidRandom),
version: 3,
Crypto: {
crypto: {
cipher: "aes-128-ctr",
cipherparams: {
iv: hexlify(iv).substring(2),
Expand Down

0 comments on commit 6f57e8b

Please sign in to comment.