mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Fix typos in test code (#14991)
* Update keymanager_test.go * Update fork_test.go * Update README.md * Update README.md
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
|
||||
// We test that using a '25th word' mnemonic passphrase leads to different
|
||||
// public keys derived than not specifying the passphrase.
|
||||
func TestDerivedKeymanager_MnemnonicPassphrase_DifferentResults(t *testing.T) {
|
||||
func TestDerivedKeymanager_MnemonicPassphrase_DifferentResults(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
wallet := &mock.Wallet{
|
||||
Files: make(map[string]map[string][]byte),
|
||||
|
||||
Reference in New Issue
Block a user