mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
22b95a8a55
Also while doing this, move slot duration fetching into the AURA code.
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
title: "Remove `slot_duration` from `aura::collators::basic::Params`"
|
|
|
|
doc:
|
|
- audience: Node Dev
|
|
description: |
|
|
Removes the `slot_duration` parameter from the `aura::collators::basic::Params`.
|
|
The `slot_duration` will now be fetched from the runtime using the `Aura` runtime api.
|
|
|
|
crates:
|
|
- name: cumulus-client-consensus-aura
|