mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Add untested minimum viable block processing
This commit is contained in:
7
beacon_chain/chain/tests/main.rs
Normal file
7
beacon_chain/chain/tests/main.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
extern crate chain;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use chain::{BeaconChain, BeaconChainError};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user