Fix other tor services display

This commit is contained in:
nicolas.dorier
2019-03-18 17:13:02 +09:00
parent 9868af4db8
commit 4f428c8ed1

View File

@@ -478,7 +478,7 @@ namespace BTCPayServer.Controllers
}
else
{
result.OtherExternalServices.Add(new ServicesViewModel.OtherExternalService()
result.TorOtherServices.Add(new ServicesViewModel.OtherExternalService()
{
Name = torService.Name,
Link = $"{torService.OnionHost}:{torService.VirtualPort}"