mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Inject journals:
Calls to WriteLog are replaced with injected journals
This commit is contained in:
@@ -118,7 +118,7 @@ ApplyStateTable::apply (OpenView& to,
|
||||
std::shared_ptr<Serializer> sMeta;
|
||||
if (to.closed())
|
||||
{
|
||||
TxMeta meta;
|
||||
TxMeta meta(j);
|
||||
// VFALCO Shouldn't TxMeta ctor do this?
|
||||
meta.init (tx.getTransactionID(), to.seq());
|
||||
if (deliver)
|
||||
|
||||
Reference in New Issue
Block a user