pub async fn delete_confirmed_blocks(
    bigtable: LedgerStorage,
    blocks_to_delete: Vec<Slot>,
    dry_run: bool
) -> Result<(), Box<dyn Error>>