mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
[Qt] make sure transaction table entry gets updated after bump
This commit is contained in:
@@ -168,6 +168,10 @@ public:
|
||||
case CT_UPDATED:
|
||||
// Miscellaneous updates -- nothing to do, status update will take care of this, and is only computed for
|
||||
// visible transactions.
|
||||
for (int i = lowerIndex; i < upperIndex; i++) {
|
||||
TransactionRecord *rec = &cachedWallet[i];
|
||||
rec->status.needsUpdate = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user