Browse Source

Merge pull request #115 from ethersphere/develop

remove mnemonic words initialisation
Jeffrey Wilcke 11 years ago
parent
commit
f6a4f9c753
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/cmd.go

+ 0 - 1
utils/cmd.go

@@ -195,7 +195,6 @@ func DefaultAssetPath() string {
 }
 
 func KeyTasks(keyManager *ethcrypto.KeyManager, KeyRing string, GenAddr bool, SecretFile string, ExportDir string, NonInteractive bool) {
-	ethcrypto.InitWords(DefaultAssetPath()) // Init mnemonic word list
 
 	var err error
 	switch {