many fixes to prism ui

This commit is contained in:
Kukks
2023-08-13 10:33:56 +02:00
parent 9fd89dffbb
commit 83234d69d4
4 changed files with 130 additions and 117 deletions

View File

@@ -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;