mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
parachain-template: Simplify it (#3801)
Also while doing this, move slot duration fetching into the AURA code.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user