server: remove tor

This commit is contained in:
Cadey Ratio 2017-04-05 22:12:58 -07:00
parent 2c47ac08f6
commit bb701a0b0b
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ const (
type Server struct {
cfg *Config
db *database.DB
tor *Tor
db *database.DB
rpcS *rpc.Server
rpcAddr string