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)