File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ impl<LocalCall> frame_system::offchain::CreateInherent<LocalCall> for Test
443
443
where
444
444
RuntimeCall : From < LocalCall > ,
445
445
{
446
- fn create_inherent ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
446
+ fn create_bare ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
447
447
UncheckedExtrinsic :: new_inherent ( call)
448
448
}
449
449
}
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ impl<LocalCall> frame_system::offchain::CreateInherent<LocalCall> for Test
170
170
where
171
171
RuntimeCall : From < LocalCall > ,
172
172
{
173
- fn create_inherent ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
173
+ fn create_bare ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
174
174
UncheckedExtrinsic :: new_inherent ( call)
175
175
}
176
176
}
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ impl<LocalCall> frame_system::offchain::CreateInherent<LocalCall> for Test
631
631
where
632
632
RuntimeCall : From < LocalCall > ,
633
633
{
634
- fn create_inherent ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
634
+ fn create_bare ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
635
635
UncheckedExtrinsic :: new_inherent ( call)
636
636
}
637
637
}
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ where
125
125
type RuntimeCall = RuntimeCall ;
126
126
}
127
127
128
- impl frame_system:: offchain:: CreateInherent < pallet_drand:: Call < Runtime > > for Runtime {
129
- fn create_inherent ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
128
+ impl frame_system:: offchain:: CreateBare < pallet_drand:: Call < Runtime > > for Runtime {
129
+ fn create_bare ( call : Self :: RuntimeCall ) -> Self :: Extrinsic {
130
130
UncheckedExtrinsic :: new_bare ( call)
131
131
}
132
132
}
You can’t perform that action at this time.
0 commit comments