Moved seeding and moved manifest

This commit is contained in:
obscuren
2014-05-09 16:09:28 +02:00
parent 5a0bae1dae
commit afe83af219
4 changed files with 81 additions and 84 deletions

View File

@ -27,7 +27,6 @@ type config struct {
Ver string
ClientString string
Pubkey []byte
Seed bool
}
var Config *config