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:
@@ -76,7 +76,6 @@ public class BlinkLightningConnectionStringHandler : ILightningConnectionStringH
|
||||
|
||||
client.BaseAddress = uri;
|
||||
|
||||
network = Network.Main;
|
||||
kv.TryGetValue("wallet-id", out var walletId);
|
||||
var bclient = new BlinkLightningClient(apiKey, uri, walletId, network, _nbXplorerDashboard, client);
|
||||
(Network Network, string DefaultWalletId) res;
|
||||
|
||||
Reference in New Issue
Block a user