RBF on by default, can disable it in Wallet Send /advanced settings.

This commit is contained in:
nicolas.dorier
2019-05-08 15:24:20 +09:00
parent 3a05f7e294
commit d7fc079376
8 changed files with 28 additions and 5 deletions

View File

@@ -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; }
}
}