cuprate/binaries/cuprated/src/blockchain.rs

7 lines
92 B
Rust
Raw Normal View History

//! Blockchain
//!
//! Will contain the chain manager and syncer.
mod manager;
mod syncer;