state_processing: get_attesting_indices in common

This commit is contained in:
Michael Sproul
2019-05-21 11:45:21 +10:00
parent 048f342e1d
commit d3d2900a6a
5 changed files with 20 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
use super::get_attesting_indices::get_attesting_indices_unsorted;
use crate::common::get_attesting_indices_unsorted;
use std::collections::{HashMap, HashSet};
use tree_hash::TreeHash;
use types::*;