|
|
@ -569,6 +569,9 @@ void CWallet::SyncMetaData(std::pair<TxSpends::iterator, TxSpends::iterator> ran |
|
|
|
copyFrom = &mapWallet[hash]; |
|
|
|
copyFrom = &mapWallet[hash]; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assert(copyFrom); |
|
|
|
|
|
|
|
|
|
|
|
// Now copy data from copyFrom to rest:
|
|
|
|
// Now copy data from copyFrom to rest:
|
|
|
|
for (TxSpends::iterator it = range.first; it != range.second; ++it) |
|
|
|
for (TxSpends::iterator it = range.first; it != range.second; ++it) |
|
|
|
{ |
|
|
|
{ |
|
|
|