mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
fix pauls shit (#528)
This commit is contained in:
committed by
Paul Hauner
parent
1040c80cd8
commit
39f7dda761
@@ -55,15 +55,6 @@ pub fn is_valid_indexed_attestation<T: EthSpec>(
|
||||
check_sorted(&bit_0_indices)?;
|
||||
check_sorted(&bit_1_indices)?;
|
||||
|
||||
dbg!(indexed_attestation_signature_set(
|
||||
state,
|
||||
&indexed_attestation.signature,
|
||||
&indexed_attestation,
|
||||
spec
|
||||
)?);
|
||||
dbg!(&bit_0_indices);
|
||||
dbg!(&bit_1_indices);
|
||||
|
||||
if verify_signatures.is_true() {
|
||||
verify!(
|
||||
indexed_attestation_signature_set(
|
||||
|
||||
Reference in New Issue
Block a user