Part of ledger seq/timing work.

This commit is contained in:
JoelKatz
2012-05-08 03:46:40 -07:00
parent 05131cb61e
commit 74bafbee89

View File

@@ -68,10 +68,7 @@ public:
// network state machine
void checkState();
void switchLastClosedLedger(Ledger::pointer newLedger);
protected:
void switchLastClosedLedger(Ledger::pointer newLedger, bool normal);
void setStateTimer(int seconds);
};