Fix comment in CWallet::SyncMetaData.
This commit is contained in:
@@ -687,7 +687,7 @@ void CWallet::SyncMetaData(pair<typename TxSpendMap<T>::iterator, typename TxSpe
|
|||||||
CWalletTx* copyTo = &mapWallet[hash];
|
CWalletTx* copyTo = &mapWallet[hash];
|
||||||
if (copyFrom == copyTo) continue;
|
if (copyFrom == copyTo) continue;
|
||||||
copyTo->mapValue = copyFrom->mapValue;
|
copyTo->mapValue = copyFrom->mapValue;
|
||||||
// mapSproutNoteData not copied on purpose
|
// mapSproutNoteData and mapSaplingNoteData not copied on purpose
|
||||||
// (it is always set correctly for each CWalletTx)
|
// (it is always set correctly for each CWalletTx)
|
||||||
copyTo->vOrderForm = copyFrom->vOrderForm;
|
copyTo->vOrderForm = copyFrom->vOrderForm;
|
||||||
// fTimeReceivedIsTxTime not copied on purpose
|
// fTimeReceivedIsTxTime not copied on purpose
|
||||||
|
|||||||
Reference in New Issue
Block a user