From e55075ec6d5aeacfb9e69a43bead9d7d75dc159b Mon Sep 17 00:00:00 2001 From: gladcow Date: Fri, 17 Jan 2020 18:51:44 +0300 Subject: [PATCH] fix CLI tests --- libraries/app/application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index b20ffc4c..adfd8402 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -991,6 +991,7 @@ void application::initialize(const fc::path& data_dir, const boost::program_opti wanted.push_back("witness"); wanted.push_back("account_history"); wanted.push_back("market_history"); + wanted.push_back("bookie"); } int es_ah_conflict_counter = 0; for (auto& it : wanted)