mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
6ef4268d6d
Previously there was not a check that the hash was in the chain, just that it was known (in the database in any chain)
13 lines
193 B
Rust
13 lines
193 B
Rust
mod helpers;
|
|
mod tests;
|
|
|
|
use super::bls;
|
|
use super::db;
|
|
use super::hashing;
|
|
use super::ssz;
|
|
use super::ssz_helpers;
|
|
use super::types;
|
|
use super::validation;
|
|
|
|
use super::attestation_validation;
|