mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
update prism and ff
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user