mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Bugfix.
This commit is contained in:
@@ -116,7 +116,7 @@ Ledger::pointer LedgerMaster::closeLedger(bool recover)
|
|||||||
mCurrentLedger = boost::make_shared<Ledger>(boost::ref(*closingLedger), true);
|
mCurrentLedger = boost::make_shared<Ledger>(boost::ref(*closingLedger), true);
|
||||||
mEngine.setLedger(mCurrentLedger);
|
mEngine.setLedger(mCurrentLedger);
|
||||||
|
|
||||||
return closingLedger;
|
return Ledger::pointer(new Ledger(*closingLedger, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
TER LedgerMaster::doTransaction(SerializedTransaction::ref txn, TransactionEngineParams params, bool& didApply)
|
TER LedgerMaster::doTransaction(SerializedTransaction::ref txn, TransactionEngineParams params, bool& didApply)
|
||||||
|
|||||||
Reference in New Issue
Block a user