Fix bug in epoch trans. finalization

This commit is contained in:
Paul Hauner
2019-06-19 03:40:30 +10:00
parent 55818e285a
commit 5a98502ad6
2 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ impl ValidatorStatus {
/// The total effective balances for different sets of validators during the previous and current
/// epochs.
#[derive(Default, Clone)]
#[derive(Default, Clone, Debug)]
pub struct TotalBalances {
/// The total effective balance of all active validators during the _current_ epoch.
pub current_epoch: u64,