Skip to content

Commit be08fc3

Browse files
committed
Make sure we always update the table row after a bumpfee call
1 parent 2678d3d commit be08fc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qt/transactionview.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ void TransactionView::bumpFee()
415415

416416
// Bump tx fee over the walletModel
417417
model->bumpFee(hash);
418+
419+
// Update the table
420+
model->getTransactionTableModel()->updateTransaction(hashQStr, CT_UPDATED, false);
418421
}
419422

420423
void TransactionView::copyAddress()

0 commit comments

Comments
 (0)