mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Refactor labels (#4179)
* Create new tables * wip * wip * Refactor LegacyLabel * Remove LabelFactory * Add migration * wip * wip * Add pull-payment attachment to tx * Address kukks points
This commit is contained in:
@@ -73,7 +73,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
|
||||
public class InputSelectionOption
|
||||
{
|
||||
public IEnumerable<ColoredLabel> Labels { get; set; }
|
||||
public IEnumerable<TransactionTagModel> Labels { get; set; }
|
||||
public string Comment { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
public string Outpoint { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user