mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
minor updates to the substrate doc crate (#14614)
This commit is contained in:
@@ -20,7 +20,14 @@
|
||||
//!
|
||||
//! A chain-spec is short for `chain-configuration`. See the [`sc-chain-spec`] for more information.
|
||||
//!
|
||||
//! Note that this binary is analogous to the `build-spec` subcommand, contained in typical
|
||||
//! substrate-based nodes. This particular binary is capable of building a more sophisticated chain
|
||||
//! specification that can be used with the substrate-node, ie. [`node-cli`].
|
||||
//!
|
||||
//! See [`ChainSpecBuilder`] for a list of available commands.
|
||||
//!
|
||||
//! [`sc-chain-spec`]: ../sc_chain_spec/index.html
|
||||
//! [`node-cli`]: ../node_cli/index.html
|
||||
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user