6 lines
88 B
Rust
6 lines
88 B
Rust
mod common;
|
|
|
|
pub mod n2c;
|
|
pub mod n2n;
|
|
|
|
pub use common::{MAINNET_MAGIC, TESTNET_MAGIC};
|