Consistent with #12421 which highlights the transaction after send.
I’m not too proud of the QTimer::singleShot(10
bit; any suggestions on how to properly wait for the transactions table to become aware of the new transaction?
Although I could have called focusTransaction()
directly from TransactionView::bumpFee()
I’m using the same signal as the send screen. This should make it easier to move fee bump / transaction replacement functionality around later.