mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Use injected Logs
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
ValidationsImp (Application& app)
|
||||
: app_ (app)
|
||||
, mValidations ("Validations", 128, 600, stopwatch(),
|
||||
deprecatedLogs().journal("TaggedCache"))
|
||||
app.logs().journal("TaggedCache"))
|
||||
, mWriting (false)
|
||||
{
|
||||
mStaleValidations.reserve (512);
|
||||
|
||||
Reference in New Issue
Block a user