Commit 3569e8d7 authored by zelig's avatar zelig

remove mmenomic words initialisation (mnemonic wordlist now inline to support...

remove mmenomic words initialisation (mnemonic wordlist now inline to support binary builds without extra asset)
parent 1fa792ea
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment