Fix comment in CWallet::SyncMetaData.

This commit is contained in:
Simon 2018-08-08 11:33:18 -07:00
parent 3c3d1f0a38
commit 303f80fb1e
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ void CWallet::SyncMetaData(pair<typename TxSpendMap<T>::iterator, typename TxSpe
CWalletTx* copyTo = &mapWallet[hash];
if (copyFrom == copyTo) continue;
copyTo->mapValue = copyFrom->mapValue;
// mapSproutNoteData not copied on purpose
// mapSproutNoteData and mapSaplingNoteData not copied on purpose
// (it is always set correctly for each CWalletTx)
copyTo->vOrderForm = copyFrom->vOrderForm;
// fTimeReceivedIsTxTime not copied on purpose