Fix build

This commit is contained in:
nicolas.dorier
2021-10-12 15:45:55 +09:00
parent b26e8311c1
commit 67ba64b0a1

View File

@@ -38,9 +38,10 @@ namespace BTCPayServer.Services
}
}
async Task IHostedService.StartAsync(CancellationToken cancellationToken)
Task IHostedService.StartAsync(CancellationToken cancellationToken)
{
await CashCow.ScanRPCCapabilitiesAsync();
_ = CashCow.ScanRPCCapabilitiesAsync();
return Task.CompletedTask;
}
Task IHostedService.StopAsync(CancellationToken cancellationToken)