mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix lp
This commit is contained in:
@@ -65,7 +65,10 @@ namespace BTCPayServer.Plugins.LiquidPlus
|
||||
{
|
||||
var code = configuration.CryptoCode
|
||||
.Replace("-", "")
|
||||
.Replace("_", "");
|
||||
.Replace("_", "").ToUpperInvariant();
|
||||
|
||||
if(code == "LBTC" || code == "USDT" || code == "ETB" || code == "LCAD")
|
||||
return;
|
||||
services.AddBTCPayNetwork(new ElementsBTCPayNetwork()
|
||||
{
|
||||
CryptoCode = code,
|
||||
|
||||
Reference in New Issue
Block a user