Feature: RBF and UX improvement to fee bumping

This commit is contained in:
nicolas.dorier
2025-01-29 19:26:22 +09:00
parent 7355be48ee
commit 2911771f19
26 changed files with 1229 additions and 187 deletions

View File

@@ -19,5 +19,6 @@ namespace BTCPayServer.Models.WalletViewModels
public string ChangeAddress { get; set; }
public string PendingTransactionId { get; set; }
public long BalanceChangeFromReplacement { get; set; }
}
}