Move fields from Ledger to LedgerInfo.

This commit is contained in:
Tom Ritchford
2015-07-08 12:12:48 -04:00
committed by Vinnie Falco
parent 1b6c707abb
commit c7ebe7205c
33 changed files with 548 additions and 593 deletions

View File

@@ -291,7 +291,7 @@ SHAMapStoreImp::run()
continue;
}
LedgerIndex validatedSeq = validatedLedger_->getLedgerSeq();
LedgerIndex validatedSeq = validatedLedger_->info().seq;
if (!lastRotated)
{
lastRotated = validatedSeq;