mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Stub commit so others can compile/link without errors.
This commit is contained in:
10
src/LedgerConsensus.cpp
Normal file
10
src/LedgerConsensus.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include "LedgerConsensus.h"
|
||||
|
||||
void LedgerConsensus::abort()
|
||||
{
|
||||
}
|
||||
|
||||
void LedgerConsensus::startup()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user