ghost-node/utils/ghostkey/src/main.rs

6 lines
116 B
Rust
Raw Permalink Normal View History

//! Ghostkey utility, based on kitchensink_runtime.
fn main() -> Result<(), sc_cli::Error> {
ghostkey::run()
}