hdkeychain: fix trivial typo

This commit is contained in:
johnta0 2018-10-10 17:22:32 +09:00 committed by John C. Vernaleo
parent 63e5e276cd
commit 35f6653e0a

View file

@ -517,8 +517,8 @@ tests:
}
}
// TestGenenerateSeed ensures the GenerateSeed function works as intended.
func TestGenenerateSeed(t *testing.T) {
// TestGenerateSeed ensures the GenerateSeed function works as intended.
func TestGenerateSeed(t *testing.T) {
wantErr := errors.New("seed length must be between 128 and 512 bits")
tests := []struct {