X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.cpp;h=3f51313e9bfb3c06987dd2c0798834d8208964dc;hb=8460185dec74383b1e49500683cfc7aa9ceba554;hp=9f7422d1fbcfbe7710bb9769f93d2f3b565c6a1b;hpb=678a319888f88cf5bae2312afc3ba73533c0f901;p=novacoin.git diff --git a/src/wallet.cpp b/src/wallet.cpp index 9f7422d..3f51313 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -545,8 +545,10 @@ void CWalletTx::AddSupportingTransactions(CTxDB& txdb) vtxPrev.push_back(tx); if (nDepth < COPY_DEPTH) + { BOOST_FOREACH(const CTxIn& txin, tx.vin) vWorkQueue.push_back(txin.prevout.hash); + } } } }