fn reconstruct_historical_roots(
    accounts_db: &AccountsDb,
    snapshot_historical_roots: Vec<Slot>,
    snapshot_historical_roots_with_hash: Vec<(Slot, Hash)>
)
Expand description

populate ‘historical_roots’ from ‘snapshot_historical_roots’ and ‘snapshot_historical_roots_with_hash’