diff --git a/src/cpp/ripple/main.cpp b/src/cpp/ripple/main.cpp index ebcef7eb0..73667e3e2 100644 --- a/src/cpp/ripple/main.cpp +++ b/src/cpp/ripple/main.cpp @@ -173,6 +173,7 @@ int main(int argc, char* argv[]) if (vm.count("standalone")) { theConfig.RUN_STANDALONE = true; + theConfig.LEDGER_HISTORY = 0; } }