Relove formatting and other issues raise in PR

This commit is contained in:
Kirk Baird
2019-01-17 17:59:33 +11:00
parent 0b47b81a6c
commit 0e3d0848ac
4 changed files with 9 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ use hashing::canonical_hash;
use rand::RngCore;
use ssz::{ssz_encode, Decodable, DecodeError, Encodable, SszStream};
// Custody will not be added to the specs until Phase 1 (Sharding Phase) so dummay class used.
// Custody will not be added to the specs until Phase 1 (Sharding Phase) so dummy class used.
type CustodyChallenge = usize;
#[derive(Debug, PartialEq, Clone, Default)]