mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
16 lines
161 B
C++
16 lines
161 B
C++
|
|
#include "LedgerConsensus.h"
|
|
|
|
void LedgerConsensus::abort()
|
|
{
|
|
}
|
|
|
|
int LedgerConsensus::startup()
|
|
{
|
|
return 5;
|
|
}
|
|
|
|
int LedgerConsensus::timerEntry()
|
|
{
|
|
return 5;
|
|
} |