mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
many fixes to prism ui
This commit is contained in:
@@ -313,7 +313,7 @@ namespace BTCPayServer.Plugins.Prism
|
||||
{
|
||||
return;
|
||||
}
|
||||
var onChainCatchAllIdentifier = "*"+ PaymentTypes.BTCLike.ToStringNormalized();
|
||||
var onChainCatchAllIdentifier = "*"+ PaymentTypes.BTCLike.ToStringNormalized();
|
||||
var catchAllPrism = prismSettings.Splits.FirstOrDefault(split => split.Source == "*" || split.Source ==onChainCatchAllIdentifier);
|
||||
Split prism = null;
|
||||
LightningAddressData address = null;
|
||||
|
||||
Reference in New Issue
Block a user