diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-29 22:59:57 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-29 22:59:57 +0800 |
commit | d87857ffdb822d0c510bcff385f7ef0328edb2ca (patch) | |
tree | 72e748cabd52cec148d558b21630abe9665c1e81 /ethutil | |
parent | 1db3e2241efe2a358b9c28c21fb2cb7c2f1e55a6 (diff) | |
download | go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.gz go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.zst go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.zip |
config Pubkey removed (unused)
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethutil/config.go b/ethutil/config.go index b253aa203..8a005670f 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -16,7 +16,6 @@ type config struct { Debug bool Ver string ClientString string - Pubkey []byte Identifier string conf *globalconf.GlobalConf |