mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Inject journals:
Calls to WriteLog are replaced with injected journals
This commit is contained in:
@@ -50,7 +50,7 @@ convertBlobsToTxResult (
|
||||
tr->setLedger (ledger_index);
|
||||
|
||||
auto metaset = std::make_shared<TxMeta> (
|
||||
tr->getID (), tr->getLedger (), rawMeta);
|
||||
tr->getID (), tr->getLedger (), rawMeta, app.journal ("TxMeta"));
|
||||
|
||||
to.emplace_back(std::move(tr), metaset);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user