mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-23 17:04:19 +01:00
Feature: RBF and UX improvement to fee bumping
This commit is contained in:
@@ -30,7 +30,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public class AmountViewModel
|
||||
{
|
||||
public bool Positive { get; set; }
|
||||
public string BalanceChange { get; set; }
|
||||
public StringAmounts BalanceChange { get; set; }
|
||||
}
|
||||
public AmountViewModel ReplacementBalanceChange { get; set; }
|
||||
public bool HasErrors => Inputs.Count == 0 || Inputs.Any(i => !string.IsNullOrEmpty(i.Error));
|
||||
|
||||
Reference in New Issue
Block a user