mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
rm hardcoded network
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>Blink</Product>
|
<Product>Blink</Product>
|
||||||
<Description>Brink Lightning support</Description>
|
<Description>Brink Lightning support</Description>
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.1</Version>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
<RootNamespace>BTCPayServer.Plugins.Blink</RootNamespace>
|
<RootNamespace>BTCPayServer.Plugins.Blink</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -76,7 +76,6 @@ public class BlinkLightningConnectionStringHandler : ILightningConnectionStringH
|
|||||||
|
|
||||||
client.BaseAddress = uri;
|
client.BaseAddress = uri;
|
||||||
|
|
||||||
network = Network.Main;
|
|
||||||
kv.TryGetValue("wallet-id", out var walletId);
|
kv.TryGetValue("wallet-id", out var walletId);
|
||||||
var bclient = new BlinkLightningClient(apiKey, uri, walletId, network, _nbXplorerDashboard, client);
|
var bclient = new BlinkLightningClient(apiKey, uri, walletId, network, _nbXplorerDashboard, client);
|
||||||
(Network Network, string DefaultWalletId) res;
|
(Network Network, string DefaultWalletId) res;
|
||||||
|
|||||||
Reference in New Issue
Block a user