Remove invalid dependent orphans from memory
authorGavin Andresen <gavinandresen@gmail.com>
Thu, 17 May 2012 14:12:04 +0000 (10:12 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 19 Jun 2012 18:52:41 +0000 (14:52 -0400)
commit63ee422ab312ec7bb03c0f7e74308d23723e364e
tree8d58ef984aa3aac2f971159d97345ad304decbca
parent469f6da8bcaf0179f1afbb5d927aae0d9b1ce610
Remove invalid dependent orphans from memory

Remove orphan transactions from memory once
all of their parent transactions are received
and they're still not valid.
Thanks to Sergio Demian Lerner for suggesting this fix.
src/main.cpp