From 0a1731c4c9b7b95706ff48bdc3686f538d5beec9 Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Mon, 7 Mar 2016 15:57:46 -0800 Subject: [PATCH] Assign non-default Rules correctly --- src/ripple/app/ledger/Ledger.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ripple/app/ledger/Ledger.cpp b/src/ripple/app/ledger/Ledger.cpp index f54d347960..08e95a0e9c 100644 --- a/src/ripple/app/ledger/Ledger.cpp +++ b/src/ripple/app/ledger/Ledger.cpp @@ -648,7 +648,6 @@ Ledger::setup (Config const& config) Throw(); } -#if 0 try { rules_ = Rules(*this); @@ -661,7 +660,6 @@ Ledger::setup (Config const& config) { Throw(); } -#endif return ret; }