mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 13:25:44 +00:00
example typo (#9416)
* Think these types should be switched reading the doc. * Update frame/support/procedural/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -289,7 +289,7 @@ pub fn decl_storage(input: TokenStream) -> TokenStream {
|
|||||||
/// construct_runtime!(
|
/// construct_runtime!(
|
||||||
/// pub enum Runtime where
|
/// pub enum Runtime where
|
||||||
/// Block = Block,
|
/// Block = Block,
|
||||||
/// NodeBlock = runtime::Block,
|
/// NodeBlock = node::Block,
|
||||||
/// UncheckedExtrinsic = UncheckedExtrinsic
|
/// UncheckedExtrinsic = UncheckedExtrinsic
|
||||||
/// {
|
/// {
|
||||||
/// System: system::{Pallet, Call, Event<T>, Config<T>} = 0,
|
/// System: system::{Pallet, Call, Event<T>, Config<T>} = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user