mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused code & refactor and simplify event load timing
This commit is contained in:
@@ -401,7 +401,8 @@ private:
|
||||
|
||||
void doWrite ()
|
||||
{
|
||||
LoadEvent::autoptr event (app_.getJobQueue ().getLoadEventAP (jtDISK, "ValidationWrite"));
|
||||
auto event = app_.getJobQueue ().getLoadEventAP (jtDISK, "ValidationWrite");
|
||||
|
||||
std::string insVal ("INSERT INTO Validations "
|
||||
"(InitialSeq, LedgerSeq, LedgerHash,NodePubKey,SignTime,RawData) "
|
||||
"VALUES (:initialSeq, :ledgerSeq, :ledgerHash,:nodePubKey,:signTime,:rawData);");
|
||||
|
||||
Reference in New Issue
Block a user