diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-08-15 16:49:52 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-08-15 16:49:52 +0800 |
commit | f6a4f9c75384d6f247b0aa997087b6b966d79240 (patch) | |
tree | 1f63bb2cbcd1a25ec9cef612257165cbcc330153 | |
parent | c362172567e7bd499ea0d0bcf84c54a9b7788614 (diff) | |
parent | 3569e8d7dfa2e7cf2e47a04225208bd928054cdd (diff) | |
download | go-tangerine-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.gz go-tangerine-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.zst go-tangerine-f6a4f9c75384d6f247b0aa997087b6b966d79240.zip |
Merge pull request #115 from ethersphere/develop
remove mnemonic words initialisation
-rw-r--r-- | utils/cmd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/cmd.go b/utils/cmd.go index d34348ad8..7b508e0bc 100644 --- a/utils/cmd.go +++ b/utils/cmd.go @@ -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 { |