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