Commit some ledger close/consensus work.

This commit is contained in:
JoelKatz
2012-05-21 06:05:32 -07:00
parent 4e1f435655
commit 9a4862a5d9
6 changed files with 101 additions and 47 deletions

View File

@@ -5,6 +5,12 @@ void LedgerConsensus::abort()
{
}
void LedgerConsensus::startup()
int LedgerConsensus::startup()
{
return 5;
}
int LedgerConsensus::timerEntry()
{
return 5;
}