mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Commit some ledger close/consensus work.
This commit is contained in:
@@ -5,6 +5,12 @@ void LedgerConsensus::abort()
|
||||
{
|
||||
}
|
||||
|
||||
void LedgerConsensus::startup()
|
||||
int LedgerConsensus::startup()
|
||||
{
|
||||
return 5;
|
||||
}
|
||||
|
||||
int LedgerConsensus::timerEntry()
|
||||
{
|
||||
return 5;
|
||||
}
|
||||
Reference in New Issue
Block a user