mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 18:21:45 +00:00
Add noisey debugging to attestation processing
This commit is contained in:
@@ -55,6 +55,15 @@ 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