Redundant status change.

This commit is contained in:
JoelKatz
2012-06-01 16:44:38 -07:00
parent aaedf5116b
commit 5206d88745

View File

@@ -341,7 +341,6 @@ int LedgerConsensus::stateFinished(int secondsSinceClose)
int LedgerConsensus::stateAccepted(int secondsSinceClose)
{ // we have accepted a new ledger
statusChange(newcoin::neACCEPTED_LEDGER, theApp->getMasterLedger().getClosedLedger());
endConsensus();
return 4;
}