mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move fields from Ledger to LedgerInfo.
This commit is contained in:
committed by
Vinnie Falco
parent
1b6c707abb
commit
c7ebe7205c
@@ -291,7 +291,7 @@ SHAMapStoreImp::run()
|
||||
continue;
|
||||
}
|
||||
|
||||
LedgerIndex validatedSeq = validatedLedger_->getLedgerSeq();
|
||||
LedgerIndex validatedSeq = validatedLedger_->info().seq;
|
||||
if (!lastRotated)
|
||||
{
|
||||
lastRotated = validatedSeq;
|
||||
|
||||
Reference in New Issue
Block a user