mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
8 lines
97 B
Rust
8 lines
97 B
Rust
extern crate chain;
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
use chain::{BeaconChain, BeaconChainError};
|
|
|
|
}
|