mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Migrate more code into the chrono type system:
Changes include: * Database::tune and all tune overrides * TaggedCache TargetAge * KeyCache TargetAge
This commit is contained in:
committed by
Nik Bougalis
parent
574ea2c14d
commit
d257d1b2c9
@@ -249,9 +249,10 @@ public:
|
||||
void testMoreThan256Closed()
|
||||
{
|
||||
using namespace test::jtx;
|
||||
using namespace std::chrono_literals;
|
||||
Env env {*this};
|
||||
Account const gw {"gateway"};
|
||||
env.app().getLedgerMaster().tune(0, 3600);
|
||||
env.app().getLedgerMaster().tune(0, 1h);
|
||||
auto const USD = gw["USD"];
|
||||
env.fund(XRP(100000), gw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user