forked from ghostchain/ghost-node
6 lines
116 B
Rust
6 lines
116 B
Rust
|
//! Ghostkey utility, based on kitchensink_runtime.
|
||
|
|
||
|
fn main() -> Result<(), sc_cli::Error> {
|
||
|
ghostkey::run()
|
||
|
}
|