mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Missing return.
This commit is contained in:
@@ -589,6 +589,7 @@ void Ledger::saveValidatedLedger (bool current)
|
||||
StaticScopedLockType sl (sPendingSaveLock, __FILE__, __LINE__);
|
||||
sPendingSaves.erase(getLedgerSeq());
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user