Skip to content

Commit

Permalink
Fix comment in CWallet::SyncMetaData.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcartel committed Aug 8, 2018
1 parent 3c3d1f0 commit 303f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 303f80f

Please sign in to comment.