aboutsummaryrefslogtreecommitdiffstats
path: root/utils/cmd.go
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 /utils/cmd.go
parentc362172567e7bd499ea0d0bcf84c54a9b7788614 (diff)
parent3569e8d7dfa2e7cf2e47a04225208bd928054cdd (diff)
downloaddexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.gz
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.bz2
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.lz
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.xz
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.tar.zst
dexon-f6a4f9c75384d6f247b0aa997087b6b966d79240.zip
Merge pull request #115 from ethersphere/develop
remove mnemonic words initialisation
Diffstat (limited to 'utils/cmd.go')
-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 {