Browse Source

Make sure we always update the table row after a bumpfee call

0.15
Jonas Schnelli 7 years ago
parent
commit
be08fc39d0
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D
  1. 3
      src/qt/transactionview.cpp

3
src/qt/transactionview.cpp

@ -415,6 +415,9 @@ void TransactionView::bumpFee() @@ -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…
Cancel
Save