mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove using namespace declarations at namespace scope in headers
This commit is contained in:
@@ -101,6 +101,7 @@ class RCLValidations_test : public beast::unit_test::suite
|
||||
std::vector<std::shared_ptr<Ledger const>> altHistory(
|
||||
history.begin(), history.begin() + diverge);
|
||||
// advance clock to get new ledgers
|
||||
using namespace std::chrono_literals;
|
||||
env.timeKeeper().set(env.timeKeeper().now() + 1200s);
|
||||
prev = altHistory.back();
|
||||
bool forceHash = true;
|
||||
|
||||
Reference in New Issue
Block a user