diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-09 22:09:28 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-09 22:09:28 +0800 |
commit | afe83af219c2146e022f6665cf30097b582d3e79 (patch) | |
tree | 74ce21d3ea64b1a433ffb723c0171a4071e42392 /ethutil | |
parent | 5a0bae1dae831818740a2f20ca308c4176f5201d (diff) | |
download | go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.gz go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.tar.zst go-tangerine-afe83af219c2146e022f6665cf30097b582d3e79.zip |
Moved seeding and moved manifest
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 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 |