Skip to content

Commit 2ed0bc0

Browse files
Update develop/parachains/maintenance/asynchronous-backing.md
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent e90da8b commit 2ed0bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/parachains/maintenance/asynchronous-backing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async backing system.
7171
4. Configure `cumulus_pallet_parachain_system` in the runtime.
7272

7373
- Define a `FixedVelocityConsensusHook` using our capacity, velocity, and relay slot duration constants.
74-
- Use this to set the parachain system `ConsensusHook` property.
74+
- Use this to set the parachain system [`ConsensusHook`](https://paritytech.github.io/polkadot-sdk/master/cumulus_pallet_parachain_system/pallet/trait.Config.html#associatedtype.ConsensusHook){target=\_blank} property.
7575

7676
```rust
7777
type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<

0 commit comments

Comments
 (0)