mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 19:29:56 +00:00
6 lines
116 B
Rust
6 lines
116 B
Rust
|
|
//! Ghostkey utility, based on kitchensink_runtime.
|
||
|
|
|
||
|
|
fn main() -> Result<(), sc_cli::Error> {
|
||
|
|
ghostkey::run()
|
||
|
|
}
|