mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix unrouted log.
This commit is contained in:
@@ -474,7 +474,7 @@ void Ledger::saveAcceptedLedger(Job&, bool fromConsensus)
|
||||
sql += ")";
|
||||
}
|
||||
sql += ";";
|
||||
Log(lsTRACE) << "ActTx: " << sql;
|
||||
cLog(lsTRACE) << "ActTx: " << sql;
|
||||
db->executeSQL(sql); // may already be in there
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user