Removed OuterCall alias & doc fixes (#12349)

This commit is contained in:
Sergej Sakac
2022-09-25 23:22:54 +02:00
committed by GitHub
parent 4e7e23fa87
commit 28637fcb8f
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ pub mod pallet {
/// Weight information for extrinsics in this pallet.
type WeightInfo: WeightInfo;
/// The outer event type.
/// The runtime event type.
type RuntimeEvent: From<Event<Self, I>>
+ IsType<<Self as frame_system::Config>::RuntimeEvent>;