mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix tc
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<PropertyGroup>
|
||||
<Product>Coinjoin</Product>
|
||||
<Description>Allows you to integrate your btcpayserver store with coinjoins.</Description>
|
||||
<Version>1.0.75</Version>
|
||||
<Version>1.0.76</Version>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -108,8 +108,15 @@ public class WabisabiCoordinatorClientInstanceManager:IHostedService
|
||||
{
|
||||
if (termsConditions is null && name == "zksnacks")
|
||||
{
|
||||
termsConditions = new HttpClient().GetStringAsync("https://wasabiwallet.io/api/v4/Wasabi/legaldocuments?id=ww2")
|
||||
.Result;
|
||||
try
|
||||
{
|
||||
termsConditions = new HttpClient().GetStringAsync("https://wasabiwallet.io/api/v4/Wasabi/legaldocuments?id=ww2")
|
||||
.Result;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
if (HostedServices.ContainsKey(name))
|
||||
|
||||
Reference in New Issue
Block a user