This commit is contained in:
JoelKatz
2013-07-22 05:24:27 -07:00
parent 192c1cd19d
commit a7cf21fe59

View File

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