Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update frame/support/procedural/src/pallet/expand/hooks.rs
Co-authored-by: Roman Useinov <[email protected]>
  • Loading branch information
bkchr and ruseinov authored Apr 28, 2023
commit cfefade13668764a386ce61ebd98b3ad72eb2a5a
2 changes: 1 addition & 1 deletion frame/support/procedural/src/pallet/expand/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub fn expand_hooks(def: &mut Def) -> proc_macro2::TokenStream {
);

return Err("On chain storage version set, while pallet doesn't \
has the `#[pallet::storage_version(VERSION)]` attribute.");
have the `#[pallet::storage_version(VERSION)]` attribute.");
}
}
};
Expand Down