diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp new file mode 100644 index 0000000000..c9b06e2a28 --- /dev/null +++ b/src/LedgerConsensus.cpp @@ -0,0 +1,10 @@ + +#include "LedgerConsensus.h" + +void LedgerConsensus::abort() +{ +} + +void LedgerConsensus::startup() +{ +}