mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Expose ExplorerClientProvider to plugins via interface
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using BTCPayServer.Common;
|
||||
using BTCPayServer.Configuration;
|
||||
using BTCPayServer.HostedServices;
|
||||
using BTCPayServer.Logging;
|
||||
@@ -11,7 +12,7 @@ using NBXplorer;
|
||||
|
||||
namespace BTCPayServer
|
||||
{
|
||||
public class ExplorerClientProvider
|
||||
public class ExplorerClientProvider : IExplorerClientProvider
|
||||
{
|
||||
readonly BTCPayNetworkProvider _NetworkProviders;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user