From 3569e8d7dfa2e7cf2e47a04225208bd928054cdd Mon Sep 17 00:00:00 2001 From: zelig Date: Tue, 12 Aug 2014 14:57:51 +0200 Subject: remove mmenomic words initialisation (mnemonic wordlist now inline to support binary builds without extra asset) --- utils/cmd.go | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/cmd.go') 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 { -- cgit v1.2.3