aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
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/config.go
parent5a0bae1dae831818740a2f20ca308c4176f5201d (diff)
downloadgo-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.gz
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.bz2
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.lz
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.xz
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.zst
go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.zip
Moved seeding and moved manifest
Diffstat (limited to 'ethutil/config.go')
-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