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 d0da7592b9e7483c4665475e176e7a319decd999
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 @@ -33,7 +33,7 @@
//! 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 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
//! chain-spec-builder create -r runtime.wasm default /dev/stdout
//! ```
//!
//! _Note:_ [`GenesisBuilder::create_default_config`][sp-genesis-builder-create] runtime function is called.
Expand Down