Skip to content

Commit 6f57e8b

Browse files
committedJul 14, 2022
Use updated Web3 Secret Storage format for JSON wallets (#3075).

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/json-wallets/src.ts/keystore.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export function encrypt(account: ExternallyOwnedAccount, password: Bytes | strin
329329
address: account.address.substring(2).toLowerCase(),
330330
id: uuidV4(uuidRandom),
331331
version: 3,
332-
Crypto: {
332+
crypto: {
333333
cipher: "aes-128-ctr",
334334
cipherparams: {
335335
iv: hexlify(iv).substring(2),

0 commit comments

Comments
 (0)
Please sign in to comment.