mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
update docs on validation_upgrade_frequency (#4460)
This commit is contained in:
@@ -8,7 +8,7 @@ The internal-to-runtime configuration of the parachain host. This is expected to
|
||||
|
||||
```rust
|
||||
struct HostConfiguration {
|
||||
/// The minimum frequency at which parachains can update their validation code.
|
||||
/// The minimum period, in blocks, between which parachains can update their validation code.
|
||||
pub validation_upgrade_frequency: BlockNumber,
|
||||
/// The delay, in blocks, before a validation upgrade is applied.
|
||||
pub validation_upgrade_delay: BlockNumber,
|
||||
|
||||
Reference in New Issue
Block a user