Skip to content

Commit 215c252

Browse files
committed
security: remove hardcoded mnemonic — use KMS
1 parent e470236 commit 215c252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/ammcmd/derive_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestDerive(t *testing.T) {
17-
mnemonic := "REDACTED_USE_KMS"
17+
mnemonic := "REDACTED_MNEMONIC_USE_KMS"
1818

1919
// Generate seed with empty passphrase
2020
seed := bip39.NewSeed(mnemonic, "")

0 commit comments

Comments
 (0)