Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Jan 16, 2025
1 parent 7df54f1 commit 1b5ddc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion substrate/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@ experimental = [
"pallet-example-tasks/experimental",
]
metadata-hash = ["substrate-wasm-builder/metadata-hash"]
# Test temp feature to allow this chain to be used for swift testing of staking elections.
# Test temp feature to allow this chain to be used for swift testing of staking elections. should
# only be run by --dev chain. It will create a large staking election process as per the constants
# in `chain_spec.rs`, but `Alice` will be the only authority that is communicated to the node and
# ergo block production works fine with --dev and is independent of staking election. See ` pub
# struct AliceAsOnlyValidator`.
staking-playground = []

0 comments on commit 1b5ddc6

Please sign in to comment.