mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
update to dotnet8
This commit is contained in:
@@ -177,8 +177,7 @@ namespace BTCPayServer.Plugins.Prism
|
||||
.TryGetValue(network.CryptoCode,
|
||||
out var internalLightningNode))
|
||||
{
|
||||
lnClient = _lightningClientFactoryService.Create(internalLightningNode,
|
||||
network);
|
||||
lnClient = internalLightningNode;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user