We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fe4ec commit b722525Copy full SHA for b722525
llms.txt
@@ -24047,7 +24047,7 @@ Configure the pallets by implementing their `Config` trait and update the runtim
24047
24048
1. Add the `OriginCaller` import:
24049
24050
- ```rust
+ ```rust title="mod.rs"
24051
24052
```
24053
tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md
@@ -42,7 +42,7 @@ Configure the pallets by implementing their `Config` trait and update the runtim
42
43
44
45
46
--8<-- 'code/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime/src/configs/mod.rs:56:56'
47
48
0 commit comments