server: remove tor
This commit is contained in:
parent
2c47ac08f6
commit
bb701a0b0b
|
@ -35,8 +35,7 @@ const (
|
||||||
type Server struct {
|
type Server struct {
|
||||||
cfg *Config
|
cfg *Config
|
||||||
|
|
||||||
db *database.DB
|
db *database.DB
|
||||||
tor *Tor
|
|
||||||
|
|
||||||
rpcS *rpc.Server
|
rpcS *rpc.Server
|
||||||
rpcAddr string
|
rpcAddr string
|
||||||
|
|
Loading…
Reference in New Issue