diff options
author | zelig <viktor.tron@gmail.com> | 2014-08-12 20:57:51 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-08-12 20:57:51 +0800 |
commit | 3569e8d7dfa2e7cf2e47a04225208bd928054cdd (patch) | |
tree | 20522f5d0ef0d61811178f59f21cc06813283e7d /utils | |
parent | 1fa792eae7584f61624121e46dbad82484109c64 (diff) | |
download | dexon-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)
Diffstat (limited to 'utils')
-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 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 { |