Page MenuHomePhabricator

qt: Fix regression in TransactionTableModel
ClosedPublic

Authored by PiRK on Feb 22 2021, 15:18.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC1efc1fd37759: qt: Fix regression in TransactionTableModel
Summary

Since PR17993 a crash is possible on exit.

Co-authored-by: Russell Yanofsky <russ@yanofsky.org>

This is a backport of core-gui#8

Depends on D9254

Test Plan

start bitcoin-qt
wait until sync
on main window: Menu -> File -> Quit

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Feb 22 2021, 15:18
majcosta requested changes to this revision.Feb 22 2021, 18:53
majcosta added a subscriber: majcosta.

we need to come up with a standard notation to ease automation of tagging the done backports in the bitcoin-core/gui repo, what about using Backport of core-gui PRxxxxxx?

This revision now requires changes to proceed.Feb 22 2021, 18:53

Ok wigh core-gui. But something need to be done about the automatic " PRxxxx to URL" conversion.

In D9257#210616, @PiRK wrote:

Ok wigh core-gui. But something need to be done about the automatic " PRxxxx to URL" conversion.

on it

This revision is now accepted and ready to land.Feb 23 2021, 09:40