Fix bug in crosslink rewards during per-epoch

This commit is contained in:
Paul Hauner
2019-09-09 01:54:32 -04:00
parent 7b7a44e2f2
commit e1d6e187d1
4 changed files with 34 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ use std::collections::{HashMap, HashSet};
use tree_hash::TreeHash;
use types::*;
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct WinningRoot {
pub crosslink: Crosslink,
pub attesting_validator_indices: Vec<usize>,