mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-20 07:24:25 +01:00
Wallet UI quick wins (#5851)
- Unify single/multiple inputs display - Destination: Move labels above amount - Coin Selection: Add sorting by amount and confirmations, add page size. Closes #5850 - Move PSBT and BIP21 buttons up to input related button group - Turn checkboxes in Advanced Settings into toggles - Improve spacings and button groups
This commit is contained in:
@@ -44,7 +44,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
|
||||
public List<FeeRateOption> RecommendedSatoshiPerByte { get; set; }
|
||||
|
||||
[Display(Name = "Fee rate (satoshi per byte)")]
|
||||
[Display(Name = "Fee rate (sat/vB)")]
|
||||
[Required]
|
||||
public decimal? FeeSatoshiPerByte { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user