mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Make sure we always update the table row after a bumpfee call
This commit is contained in:
parent
2678d3dc63
commit
be08fc39d0
1 changed files with 3 additions and 0 deletions
|
|
@ -415,6 +415,9 @@ void TransactionView::bumpFee()
|
|||
|
||||
// Bump tx fee over the walletModel
|
||||
model->bumpFee(hash);
|
||||
|
||||
// Update the table
|
||||
model->getTransactionTableModel()->updateTransaction(hashQStr, CT_UPDATED, false);
|
||||
}
|
||||
|
||||
void TransactionView::copyAddress()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue