From 2261feed5d540843900557756e88d2d06ccb2215 Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Fri, 20 Jun 2025 20:04:07 +0300 Subject: [PATCH] Update Web3 keystore spec link to official Ethereum documentation --- cmd/clef/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clef/README.md b/cmd/clef/README.md index d23e70a3d4..a92dcb1d77 100644 --- a/cmd/clef/README.md +++ b/cmd/clef/README.md @@ -150,7 +150,7 @@ All hex encoded values must be prefixed with `0x`. #### Create new password protected account -The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition) and store it in the keystore directory. +The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/) and store it in the keystore directory. The client is responsible for creating a backup of the keystore. If the keystore is lost there is no method of retrieving lost accounts. #### Arguments