mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Make sure we always update the table row after a bumpfee call
This commit is contained in:
@@ -415,6 +415,9 @@ void TransactionView::bumpFee()
|
|||||||
|
|
||||||
// Bump tx fee over the walletModel
|
// Bump tx fee over the walletModel
|
||||||
model->bumpFee(hash);
|
model->bumpFee(hash);
|
||||||
|
|
||||||
|
// Update the table
|
||||||
|
model->getTransactionTableModel()->updateTransaction(hashQStr, CT_UPDATED, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TransactionView::copyAddress()
|
void TransactionView::copyAddress()
|
||||||
|
|||||||
Reference in New Issue
Block a user