mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Remove println
This commit is contained in:
@@ -52,7 +52,6 @@ mod tests {
|
|||||||
voter_bitfield: Vec::new()
|
voter_bitfield: Vec::new()
|
||||||
};
|
};
|
||||||
let e = rlp::encode(&p);
|
let e = rlp::encode(&p);
|
||||||
println!("{:?}", e);
|
|
||||||
assert_eq!(e.len(), 35);
|
assert_eq!(e.len(), 35);
|
||||||
assert_eq!(e[0], 1);
|
assert_eq!(e[0], 1);
|
||||||
assert_eq!(e[1], 160);
|
assert_eq!(e[1], 160);
|
||||||
|
|||||||
Reference in New Issue
Block a user