mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
RBF on by default, can disable it in Wallet Send /advanced settings.
This commit is contained in:
@@ -35,5 +35,8 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public int Divisibility { get; set; }
|
||||
public string Fiat { get; set; }
|
||||
public string RateError { get; set; }
|
||||
public bool SupportRBF { get; set; }
|
||||
[Display(Name = "Disable RBF")]
|
||||
public bool DisableRBF { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user