Show fee rate in transaction detail review

This commit is contained in:
nicolas.dorier
2019-05-16 12:56:06 +09:00
parent 2926865c1b
commit aed98f16bb
3 changed files with 15 additions and 0 deletions

View File

@@ -23,5 +23,6 @@ namespace BTCPayServer.Models.WalletViewModels
public bool Positive { get; set; }
public List<DestinationViewModel> Destinations { get; set; } = new List<DestinationViewModel>();
public string Fee { get; set; }
public string FeeRate { get; set; }
}
}