Merge pull request #115 from ethersphere/develop

remove mnemonic words initialisation
This commit is contained in:
Jeffrey Wilcke 2014-08-15 10:49:52 +02:00
commit f6a4f9c753

View File

@ -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 {