aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-08-12 20:57:51 +0800
committerzelig <viktor.tron@gmail.com>2014-08-12 20:57:51 +0800
commit3569e8d7dfa2e7cf2e47a04225208bd928054cdd (patch)
tree20522f5d0ef0d61811178f59f21cc06813283e7d
parent1fa792eae7584f61624121e46dbad82484109c64 (diff)
downloaddexon-3569e8d7dfa2e7cf2e47a04225208bd928054cdd.tar.gz
dexon-3569e8d7dfa2e7cf2e47a04225208bd928054cdd.tar.zst
dexon-3569e8d7dfa2e7cf2e47a04225208bd928054cdd.zip
remove mmenomic words initialisation (mnemonic wordlist now inline to support binary builds without extra asset)
-rw-r--r--utils/cmd.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/cmd.go b/utils/cmd.go
index 0eeb1049e..4b9d0644c 100644
--- a/utils/cmd.go
+++ b/utils/cmd.go
@@ -194,7 +194,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 {