Skip to content

Commit 595d50a

Browse files
committed
wallet: migration, remove extra NotifyTransactionChanged call
The wallet is unloaded at the beginning of the migration process, so no object is listening to the signals.
1 parent a2b071f commit 595d50a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/wallet/wallet.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,10 +3934,6 @@ bool CWallet::ApplyMigrationData(MigrationData& data, bilingual_str& error)
39343934
error = _("Error: Not all watchonly txs could be deleted");
39353935
return false;
39363936
}
3937-
// Tell the GUI of each tx
3938-
for (const uint256& txid : deleted_txids) {
3939-
NotifyTransactionChanged(txid, CT_UPDATED);
3940-
}
39413937
}
39423938

39433939
// Check the address book data in the same way we did for transactions

0 commit comments

Comments
 (0)