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

@@ -408,7 +408,7 @@ AmendmentTableImpl::doVoting (
ValidationSet const& valSet)
{
// LCL must be flag ledger
//assert((lastClosedLedger->getLedgerSeq () % 256) == 0);
//assert((lastClosedLedger->info().seq % 256) == 0);
AmendmentSet amendmentSet (closeTime);