mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Feature: RBF and UX improvement to fee bumping
This commit is contained in:
@@ -10,6 +10,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public DateTimeOffset Timestamp { get; set; }
|
||||
public bool IsConfirmed { get; set; }
|
||||
public bool CanBumpFee { get; set; }
|
||||
public string Comment { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Link { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user