mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Fix typo
This commit is contained in:
parent
cf7bba9600
commit
d757aa2978
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ namespace BTCPayServer.Controllers
|
|||
foreach (var torService in _torServices.Services)
|
||||
{
|
||||
if (TryParseAsExternalService(torService, out var torExternalService) &&
|
||||
result.ServiceName == serviceName)
|
||||
torExternalService.ServiceName == serviceName)
|
||||
return torExternalService;
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue