mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Rename UTXO change
This commit is contained in:
parent
4cd3d167b1
commit
1824f03d35
@ -44,7 +44,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
[Required]
|
||||
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 decimal? Rate { get; set; }
|
||||
public int Divisibility { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user