hdkeychain: fix trivial typo
This commit is contained in:
parent
63e5e276cd
commit
35f6653e0a
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue