Skip to content

Commit

Permalink
Update Strike library
Browse files Browse the repository at this point in the history
  • Loading branch information
Marfusios committed Oct 3, 2024
1 parent 923fee1 commit 00d04b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin/BTCPayServer.Plugins.Strike.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PropertyGroup>
<Product>Strike</Product>
<Description>Strike as a lightning provider</Description>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>BTCPayServer.Plugins.Strike</RootNamespace>
</PropertyGroup>
Expand All @@ -35,7 +35,7 @@
<EmbeddedResource Include="Resources\**" />
<ProjectReference Include="..\submodules\btcpayserver\BTCPayServer\BTCPayServer.csproj" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="StrikeWallet.Client" Version="1.2.2" />
<PackageReference Include="StrikeWallet.Client" Version="1.2.3" />
<PackageReference Include="Westwind.AspNetCore.Markdown" Version="3.21.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion plugin/StrikeClientFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Strike.Client;

namespace BTCPayServer.Plugins.Strike;
internal class StrikeClientFinder
public class StrikeClientFinder
{
private readonly BTCPayNetworkProvider _btcPayNetworkProvider;
private readonly StrikeLightningConnectionStringHandler _strikeHandler;
Expand Down

0 comments on commit 00d04b2

Please sign in to comment.