Skip to content

Commit

Permalink
added unit test for seed phrase related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiminHeGit committed Aug 24, 2019
1 parent 28b4168 commit b7ab40b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cmd/btfs/generatekey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ import (
"testing"
)

// func generateKey(importKey string, keyType string, seedPhrase string, mnemonicLen int, mnemonic string ) error {
//record
//access
// aerobic
// glow
// retreat
// language
// distance
// stamp
// cattle
// arrive
// defy
// movie
// TSZKYA3bd4sJEmthPk1Z9hfD5ijpaDM1QE
// db6bf5da1c2225d76356df2f59ebd3207b91228bcf429f0c791f94e9095a1f8e

func TestSeedsPhrase(t *testing.T) {
const PRIVATE_KEY = "db6bf5da1c2225d76356df2f59ebd3207b91228bcf429f0c791f94e9095a1f8e"
finalImportKey, err := generateKey(PRIVATE_KEY, "",
Expand Down

0 comments on commit b7ab40b

Please sign in to comment.