mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move PackedMessage to ripple_data
This commit is contained in:
@@ -1574,7 +1574,7 @@ uint32 Ledger::roundCloseTime(uint32 closeTime, uint32 closeResolution)
|
||||
|
||||
void Ledger::pendSave(bool fromConsensus)
|
||||
{
|
||||
if (!fromConsensus && !theApp->isNewFlag(getHash(), SF_SAVED))
|
||||
if (!fromConsensus && !theApp->getHashRouter ().setFlag (getHash(), SF_SAVED))
|
||||
return;
|
||||
assert(isImmutable());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user