浏览代码

remove mmenomic words initialisation (mnemonic wordlist now inline to support binary builds without extra asset)

zelig 11 年之前
父节点
当前提交
3569e8d7df
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      utils/cmd.go

+ 0 - 1
utils/cmd.go

@@ -194,7 +194,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 {