We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e470236 commit 215c252Copy full SHA for 215c252
1 file changed
cmd/ammcmd/derive_test.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
func TestDerive(t *testing.T) {
17
- mnemonic := "REDACTED_USE_KMS"
+ mnemonic := "REDACTED_MNEMONIC_USE_KMS"
18
19
// Generate seed with empty passphrase
20
seed := bip39.NewSeed(mnemonic, "")
0 commit comments