update prism and ff

This commit is contained in:
Kukks
2023-08-24 15:16:39 +02:00
parent 0ddd783229
commit e3b64e8faa
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<PropertyGroup>
<Product>FixedFloat</Product>
<Description>Allows you to embed a FixedFloat conversion screen to allow customers to pay with altcoins.</Description>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -11,7 +11,7 @@
<PropertyGroup>
<Product>LN Prism</Product>
<Description>Automated value splits for lightning.</Description>
<Version>1.1.17</Version>
<Version>1.1.18</Version>
</PropertyGroup>
<!-- Plugin development properties -->
<PropertyGroup>

View File

@@ -92,7 +92,7 @@ else
</div>
<div class="form-group">
<label class="form-label">Reserve fee</label>
<input type="number" @bind="Settings.Reserve" min="0" max="100" class="form-control"/>
<input type="number" @bind="Settings.Reserve" min="0" max="100" step="any" class="form-control"/>
<ValidationMessage2 For="() => Settings.Reserve" class="text-danger"></ValidationMessage2>
<span class="text-muted">When a payout is being generated, how many 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.</span>
</div>