aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Wilcke <obscuren@users.noreply.github.com>2014-08-15 16:49:52 +0800
committerJeffrey Wilcke <obscuren@users.noreply.github.com>2014-08-15 16:49:52 +0800
commitf6a4f9c75384d6f247b0aa997087b6b966d79240 (patch)
tree1f63bb2cbcd1a25ec9cef612257165cbcc330153
parentc362172567e7bd499ea0d0bcf84c54a9b7788614 (diff)
parent3569e8d7dfa2e7cf2e47a04225208bd928054cdd (diff)
downloadgo-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.go1
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 {