aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-09 22:09:28 +0800
committerobscuren <geffobscura@gmail.com>2014-05-09 22:09:28 +0800
commitafe83af219c2146e022f6665cf30097b582d3e79 (patch)
tree74ce21d3ea64b1a433ffb723c0171a4071e42392 /ethutil
parent5a0bae1dae831818740a2f20ca308c4176f5201d (diff)
downloaddexon-afe83af219c2146e022f6665cf30097b582d3e79.tar.gz
dexon-afe83af219c2146e022f6665cf30097b582d3e79.tar.zst
dexon-afe83af219c2146e022f6665cf30097b582d3e79.zip
Moved seeding and moved manifest
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 382396ceb..db07e1d18 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -27,7 +27,6 @@ type config struct {
Ver string
ClientString string
Pubkey []byte
- Seed bool
}
var Config *config