Files
serai/substrate/node/src/lib.rs
Luke Parker 0b879a53fa Add an initial Substrate instantiation
Consensus has been nuked for an AcceptAny currently routed throough PoW 
(when it doesn't have to be, doing so just took care of a few pieces of 
leg work).

Updates AGPL handling.
2022-07-15 00:05:00 -04:00

4 lines
50 B
Rust

pub mod chain_spec;
pub mod rpc;
pub mod service;