migrate from bulb to asaur #21

Merged
sarah merged 1 commits from bulbmigration into master 2018-10-09 01:54:13 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ func SetupOnionV3(torControlAddress string, torControlSocketType string, authent
cfg := &bulb.NewOnionConfig{
DiscardPK: true,
PrivateKey: onionPK,
Detach: true,
}
return c.NewListener(cfg, onionport)