Simplify ClearNoteWitnessCache()
This commit is contained in:
@@ -597,8 +597,7 @@ void CWallet::ClearNoteWitnessCache()
|
||||
LOCK(cs_wallet);
|
||||
for (std::pair<const uint256, CWalletTx>& wtxItem : mapWallet) {
|
||||
for (mapNoteData_t::value_type& item : wtxItem.second.mapNoteData) {
|
||||
CNoteData* nd = &(item.second);
|
||||
nd->witnesses.clear();
|
||||
item.second.witnesses.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user