diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-28 19:52:21 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-28 21:20:55 +0100 |
| commit | 023e63df78b847812040bf6958c97476606dfbfd (patch) | |
| tree | 047396bfc6c1490db1a3bcfc95e8f4db03c26780 /src/init.cpp | |
| parent | Merge pull request #5065 (diff) | |
| download | discoin-023e63df78b847812040bf6958c97476606dfbfd.tar.xz discoin-023e63df78b847812040bf6958c97476606dfbfd.zip | |
qt: Move transaction notification to transaction table model
Move transaction new/update notification to TransactionTableModel.
This moves the concerns to where they're actually handled.
No need to bounce this through wallet model.
- Do wallet transaction preprocessing on signal handler side;
avoids locking cs_main/cs_wallet on notification in GUI thread
(except for new transactions)
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions