mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Re-enable signature checking for validations
This commit is contained in:
@@ -53,8 +53,6 @@ impl BeaconState {
|
||||
spec: &ChainSpec,
|
||||
verify_signature: bool,
|
||||
) -> Result<(), Error> {
|
||||
// TODO: IMPORTANT: enable signature verification
|
||||
let verify_signature = false;
|
||||
ensure!(
|
||||
attestation.data.slot + spec.min_attestation_inclusion_delay <= self.slot,
|
||||
Error::IncludedTooEarly
|
||||
|
||||
Reference in New Issue
Block a user