mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Add fee information in wallet tx report and tx list (#6857)
This commit is contained in:
@@ -658,6 +658,7 @@ namespace BTCPayServer.Controllers
|
||||
vm.Positive = tx.BalanceChange.GetValue(wallet.Network) >= 0;
|
||||
vm.Balance = tx.BalanceChange.ShowMoney(wallet.Network);
|
||||
vm.IsConfirmed = tx.Confirmations != 0;
|
||||
vm.HistoryLine = tx;
|
||||
// If support isn't possible, we want the user to be able to click so he can see why it doesn't work
|
||||
vm.CanBumpFee =
|
||||
tx.Confirmations == 0 &&
|
||||
|
||||
Reference in New Issue
Block a user