Skip to content

Commit a9061cf

Browse files
authored
accounts/keystore: update links to documenation (ethereum#32194)
--- **Description:** - Replaced outdated GitHub wiki links with the official Ethereum documentation for Web3 Secret Storage. - Updated references in `keystore.go` and `passphrase.go` for improved accuracy and reliability. ---
1 parent 055e1e6 commit a9061cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accounts/keystore/keystore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Package keystore implements encrypted storage of secp256k1 private keys.
1818
//
1919
// Keys are stored as encrypted JSON files according to the Web3 Secret Storage specification.
20-
// See https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition for more information.
20+
// See https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/ for more information.
2121
package keystore
2222

2323
import (

accounts/keystore/passphrase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
This key store behaves as KeyStorePlain with the difference that
2020
the private key is encrypted and on disk uses another JSON encoding.
2121
22-
The crypto is documented at https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition
22+
The crypto is documented at https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/
2323
2424
*/
2525

0 commit comments

Comments
 (0)