Removal of the Altcoins build (#6177)

* Remove some useless #if ALTCOINS

* Removal of the Altcoins build
This commit is contained in:
Nicolas Dorier
2024-08-30 08:34:23 +09:00
committed by GitHub
parent 25ccc6a9f9
commit a3cfb9e5e4
54 changed files with 23 additions and 292 deletions

View File

@@ -63,9 +63,9 @@ namespace BTCPayServer.Tests
var bootstrap = Startup.CreateBootstrap(conf);
var services = new PluginServiceCollection(new ServiceCollection(), bootstrap);
var plugins = new List<BaseBTCPayServerPlugin>() { new BitcoinPlugin() };
#if ALTCOINS
plugins.Add(new BTCPayServer.Plugins.Altcoins.AltcoinsPlugin());
#endif
foreach (var p in plugins)
{
p.Execute(services);