mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +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);
|
||||
mEngine.setLedger(mCurrentLedger);
|
||||
|
||||
return closingLedger;
|
||||
return Ledger::pointer(new Ledger(*closingLedger, true));
|
||||
}
|
||||
|
||||
TER LedgerMaster::doTransaction(SerializedTransaction::ref txn, TransactionEngineParams params, bool& didApply)
|
||||
|
||||
Reference in New Issue
Block a user