Bugfixes.

This commit is contained in:
JoelKatz
2013-07-22 05:21:08 -07:00
parent 6760f5efce
commit f579b05975
2 changed files with 1 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ InboundLedger::pointer InboundLedgers::findCreate (uint256 const& hash, uint32 s
ptr->addPeers ();
ptr->setTimer (); // Cannot call in constructor
}
else
else if (isComplete ())
{
Ledger::pointer ledger = ptr->getLedger ();
ledger->setClosed ();