go-ethereum/accounts/keystore
Daniel Liu 643c715b43 accounts: fix TestUpdateKeyfileContents (#29867)
Create the directory before NewKeyStore. This ensures the watcher successfully starts on
the first attempt, and waitWatcherStart functions as intended.
2025-01-24 16:54:12 +08:00
..
testdata
account_cache.go
account_cache_test.go accounts: fix TestUpdateKeyfileContents (#29867) 2025-01-24 16:54:12 +08:00
file_cache.go
key.go
keystore.go accounts, cmd/geth, core: close opened files (#29598) 2025-01-24 16:54:12 +08:00
keystore_fuzzing_test.go
keystore_test.go accounts: remove deprecated function NewPlaintextKeyStore (#29171) 2025-01-24 16:54:12 +08:00
passphrase.go
passphrase_test.go
plain.go
plain_test.go
presale.go
wallet.go
watch.go
watch_fallback.go