fix CLI tests
This commit is contained in:
parent
0a90442966
commit
e55075ec6d
1 changed files with 1 additions and 0 deletions
|
|
@ -991,6 +991,7 @@ void application::initialize(const fc::path& data_dir, const boost::program_opti
|
||||||
wanted.push_back("witness");
|
wanted.push_back("witness");
|
||||||
wanted.push_back("account_history");
|
wanted.push_back("account_history");
|
||||||
wanted.push_back("market_history");
|
wanted.push_back("market_history");
|
||||||
|
wanted.push_back("bookie");
|
||||||
}
|
}
|
||||||
int es_ah_conflict_counter = 0;
|
int es_ah_conflict_counter = 0;
|
||||||
for (auto& it : wanted)
|
for (auto& it : wanted)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue