mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
option to return date of transaction in the JSON
This commit is contained in:
@@ -176,7 +176,7 @@ void LedgerAcquire::done()
|
||||
{
|
||||
if (mAccept)
|
||||
mLedger->setAccepted();
|
||||
theApp->getMasterLedger().storeLedger(mLedger);
|
||||
theApp->getLedgerMaster().storeLedger(mLedger);
|
||||
}
|
||||
|
||||
for (unsigned int i = 0; i < triggers.size(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user