diff --git a/Plugins/BTCPayServer.Plugins.FixedFloat/FixedFloatService.cs b/Plugins/BTCPayServer.Plugins.FixedFloat/FixedFloatService.cs
index 9940349..1e8fff8 100644
--- a/Plugins/BTCPayServer.Plugins.FixedFloat/FixedFloatService.cs
+++ b/Plugins/BTCPayServer.Plugins.FixedFloat/FixedFloatService.cs
@@ -40,7 +40,7 @@ namespace BTCPayServer.Plugins.FixedFloat
{
var k = $"{nameof(FixedFloatSettings)}_{storeId}";
await _storeRepository.UpdateSetting(storeId, nameof(FixedFloatSettings), fixedFloatSettings);
- _memoryCache.Set(k, fixedFloatSettings);
+ _memoryCache.Remove(k);
}
}
}
diff --git a/Plugins/BTCPayServer.Plugins.Prism/BTCPayServer.Plugins.Prism.csproj b/Plugins/BTCPayServer.Plugins.Prism/BTCPayServer.Plugins.Prism.csproj
index ecc15c5..636c27b 100644
--- a/Plugins/BTCPayServer.Plugins.Prism/BTCPayServer.Plugins.Prism.csproj
+++ b/Plugins/BTCPayServer.Plugins.Prism/BTCPayServer.Plugins.Prism.csproj
@@ -11,7 +11,7 @@
LN PrismAutomated value splits for lightning.
- 1.1.10
+ 1.1.11
diff --git a/Plugins/BTCPayServer.Plugins.Prism/Components/PrismDestinationEditor.razor b/Plugins/BTCPayServer.Plugins.Prism/Components/PrismDestinationEditor.razor
index edd04a8..3843c19 100644
--- a/Plugins/BTCPayServer.Plugins.Prism/Components/PrismDestinationEditor.razor
+++ b/Plugins/BTCPayServer.Plugins.Prism/Components/PrismDestinationEditor.razor
@@ -9,34 +9,37 @@
}
An alias to reference in destinations of prisms.
-
-
-
- @if (Invalid)
- {
- Invalid
- }
- Can be a lightning address, LNURL, or a custom value that another plugin supports
-
-
-
-
- How many sats do you want to accumulate before sending? Leave blank to use default setting.
-
-
-
-
- When a payout is being generated, how much of its amount in percentage should be excluded to cover the fee? Once the payment is settled, if the lightning node provides the exact fee, the balance is adjusted accordingly. Leave blank to use default setting.
-
+
+
+ @if (Invalid)
+ {
+ Invalid
+ }
+ Can be a lightning address, LNURL, or a custom value that another plugin supports
+
+
+
+
+ How many sats do you want to accumulate before sending? Leave blank to use default setting.
+
+
+
+
+ When a payout is being generated, how much of its amount in percentage should be excluded to cover the fee? Once the payment is settled, if the lightning node provides the exact fee, the balance is adjusted accordingly. Leave blank to use default setting.
+