oops, accidentally included a future change

This commit is contained in:
erinn 2018-10-08 18:50:58 -07:00
parent fd01dca056
commit 8a7895a359
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)