aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-06-29 22:59:57 +0800
committerzelig <viktor.tron@gmail.com>2014-06-29 22:59:57 +0800
commitd87857ffdb822d0c510bcff385f7ef0328edb2ca (patch)
tree72e748cabd52cec148d558b21630abe9665c1e81 /ethutil
parent1db3e2241efe2a358b9c28c21fb2cb7c2f1e55a6 (diff)
downloadgo-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.gz
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.bz2
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.lz
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.xz
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.tar.zst
go-tangerine-d87857ffdb822d0c510bcff385f7ef0328edb2ca.zip
config Pubkey removed (unused)
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/config.go1
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