mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove beast::Journal default constructor
This commit is contained in:
@@ -218,10 +218,9 @@ public:
|
||||
std::vector<Manifest const*> const inManifests (
|
||||
sort (getPopulatedManifests (m)));
|
||||
|
||||
beast::Journal journal;
|
||||
jtx::Env env (*this);
|
||||
auto unl = std::make_unique<ValidatorList> (
|
||||
m, m, env.timeKeeper(), journal);
|
||||
m, m, env.timeKeeper(), env.journal);
|
||||
|
||||
{
|
||||
// save should not store untrusted master keys to db
|
||||
|
||||
Reference in New Issue
Block a user