From 9d6c9924e5fc70da07efddeb1b835fd1c89cd1d8 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 19 May 2012 05:43:58 -0700 Subject: [PATCH] Stub commit so others can compile/link without errors. --- src/LedgerConsensus.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/LedgerConsensus.cpp 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() +{ +}