Remove scrap test
This commit is contained in:
parent
c2c456201f
commit
56734aff72
@ -43,6 +43,7 @@ pub fn compute_new_active_state(
|
|||||||
&parent_block_rlp.to_vec(),
|
&parent_block_rlp.to_vec(),
|
||||||
&block.attestation_aggregate_sig);
|
&block.attestation_aggregate_sig);
|
||||||
|
|
||||||
|
|
||||||
// TODO: bls verify signature here.
|
// TODO: bls verify signature here.
|
||||||
|
|
||||||
let (partial_crosslinks, ffg_voter_bitfield, total_new_voters) =
|
let (partial_crosslinks, ffg_voter_bitfield, total_new_voters) =
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
assert_eq!(2 + 2, 4);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user