From 303f80fb1e112384933a6403818ead8f30d11dd9 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 8 Aug 2018 11:33:18 -0700 Subject: [PATCH] Fix comment in CWallet::SyncMetaData. --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7d0b7c9a3f6..90d6a72e091 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -687,7 +687,7 @@ void CWallet::SyncMetaData(pair::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