mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
8 lines
97 B
Rust
8 lines
97 B
Rust
extern crate chain;
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
use chain::{BeaconChain, BeaconChainError};
|
|
|
|
}
|