Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update substrate/bin/utils/chain-spec-builder/src/lib.rs
Co-authored-by: Michal Kucharczyk <[email protected]>
  • Loading branch information
liamaharon and michalkucharczyk authored Dec 14, 2023
commit bc4bc7128210c8f662b8033121fd09828668a021
2 changes: 1 addition & 1 deletion substrate/bin/utils/chain-spec-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//! ##### Get default config from runtime.
//!
//! Query the default genesis config from the provided `runtime.wasm` and use it in the chain
//! spec. Tool can also store runtime's default genesis config in given file:
//! spec. Tool can also store runtime's default genesis config in the given file (which is `/dev/stdout` in the following example):
//! ```text
//! chain-spec-builder --chain_spec_path /dev/stdout create -r runtime.wasm default
//! ```
Expand Down