Rename UTXO change

This commit is contained in:
Pavlenex
2020-06-11 12:10:51 +02:00
parent 4cd3d167b1
commit 1824f03d35

View File

@@ -44,7 +44,7 @@ namespace BTCPayServer.Models.WalletViewModels
[Required] [Required]
public decimal? FeeSatoshiPerByte { get; set; } public decimal? FeeSatoshiPerByte { get; set; }
[Display(Name = "Make sure no change UTXO is created")] [Display(Name = "Don't create UTXO change")]
public bool NoChange { get; set; } public bool NoChange { get; set; }
public decimal? Rate { get; set; } public decimal? Rate { get; set; }
public int Divisibility { get; set; } public int Divisibility { get; set; }