Commit f6a4f9c7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #115 from ethersphere/develop

remove mnemonic words initialisation 
parents c3621725 3569e8d7
......@@ -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 {
......
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