Clean out old comments

This commit is contained in:
Paul Hauner
2020-01-15 15:05:20 +11:00
parent 6f51db34e9
commit 90b57829b3
2 changed files with 40 additions and 267 deletions

View File

@@ -29,14 +29,16 @@ pub enum Error {
deltas: usize,
indices: usize,
},
RevertedFinalizedEpoch,
RevertedFinalizedEpoch {
current_finalized_epoch: Epoch,
new_finalized_epoch: Epoch,
},
InvalidBestNode {
justified_epoch: Epoch,
finalized_epoch: Epoch,
node_justified_epoch: Epoch,
node_finalized_epoch: Epoch,
},
BestDescendantWithoutBestChild,
}
#[derive(Default, PartialEq, Clone, Encode, Decode)]