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

pull/115/head
zelig 10 years ago
parent 1fa792eae7
commit 3569e8d7df
  1. 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 {

Loading…
Cancel
Save