mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-05-29 22:21:07 +00:00
Apply local rebrand updates (compatible with pezkuwi-sdk)
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
//! Substrate Node Template CLI library.
|
||||
//! Bizinikiwi Node Template CLI library.
|
||||
#![warn(missing_docs)]
|
||||
|
||||
mod benchmarking;
|
||||
@@ -8,6 +8,6 @@ mod command;
|
||||
mod rpc;
|
||||
mod service;
|
||||
|
||||
fn main() -> sc_cli::Result<()> {
|
||||
fn main() -> pezsc_cli::Result<()> {
|
||||
command::run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user