Merge branch 'spentpertxout' of https://github.com/sipa/bitcoin

pull/2/merge
Gavin Andresen 14 years ago
commit d89d456655

@ -958,6 +958,8 @@ void ReacceptWalletTransactions()
}
for (int i = 0; i < txindex.vSpent.size(); i++)
{
if (wtx.IsSpent(i))
continue;
if (!txindex.vSpent[i].IsNull() && wtx.vout[i].IsMine())
{
wtx.MarkSpent(i);

Loading…
Cancel
Save