diff options
author | Maran <maran.hidskes@gmail.com> | 2014-07-15 22:21:16 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-07-15 22:21:16 +0800 |
commit | 223432fa1eedb9fa5c712056afb804322aa12b02 (patch) | |
tree | b3128f75faeb00d1c15bd959f4a661049e7daa24 /utils | |
parent | c0ae5c58a6b3d78540ec19b24bd31b6e14e24191 (diff) | |
download | dexon-223432fa1eedb9fa5c712056afb804322aa12b02.tar.gz dexon-223432fa1eedb9fa5c712056afb804322aa12b02.tar.zst dexon-223432fa1eedb9fa5c712056afb804322aa12b02.zip |
Work around crash issues when building OSX binary
Diffstat (limited to 'utils')
-rw-r--r-- | utils/cmd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/cmd.go b/utils/cmd.go index fac164b47..1e1599582 100644 --- a/utils/cmd.go +++ b/utils/cmd.go @@ -191,6 +191,7 @@ func DefaultAssetPath() string { } return assetPath } + func KeyTasks(keyManager *ethcrypto.KeyManager, KeyRing string, GenAddr bool, SecretFile string, ExportDir string, NonInteractive bool) { ethcrypto.InitWords(DefaultAssetPath()) // Init mnemonic word list |