This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit 1e8b7b3 1 parent a5c2ead commit 1e8b7b3 Copy full SHA for 1e8b7b3
File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ mod tests {
582
582
RuntimeCall : From < C > ,
583
583
{
584
584
type Extrinsic = UncheckedExtrinsic ;
585
- type OverarchingCall = RuntimeCall ;
585
+ type RuntimeCall = RuntimeCall ;
586
586
}
587
587
588
588
parameter_types ! {
Original file line number Diff line number Diff line change 96
96
RuntimeCall : From < C > ,
97
97
{
98
98
type Extrinsic = UncheckedExtrinsic ;
99
- type OverarchingCall = RuntimeCall ;
99
+ type RuntimeCall = RuntimeCall ;
100
100
}
101
101
102
102
use crate :: { auctions:: Error as AuctionsError , crowdloan:: Error as CrowdloanError } ;
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ mod tests {
635
635
RuntimeCall : From < C > ,
636
636
{
637
637
type Extrinsic = UncheckedExtrinsic ;
638
- type OverarchingCall = RuntimeCall ;
638
+ type RuntimeCall = RuntimeCall ;
639
639
}
640
640
641
641
const NORMAL_RATIO : Perbill = Perbill :: from_percent ( 75 ) ;
Original file line number Diff line number Diff line change @@ -817,7 +817,7 @@ where
817
817
RuntimeCall : From < C > ,
818
818
{
819
819
type Extrinsic = UncheckedExtrinsic ;
820
- type OverarchingCall = RuntimeCall ;
820
+ type RuntimeCall = RuntimeCall ;
821
821
}
822
822
823
823
parameter_types ! {
Original file line number Diff line number Diff line change 76
76
RuntimeCall : From < C > ,
77
77
{
78
78
type Extrinsic = UncheckedExtrinsic ;
79
- type OverarchingCall = RuntimeCall ;
79
+ type RuntimeCall = RuntimeCall ;
80
80
}
81
81
82
82
parameter_types ! {
Original file line number Diff line number Diff line change @@ -952,7 +952,7 @@ where
952
952
RuntimeCall : From < C > ,
953
953
{
954
954
type Extrinsic = UncheckedExtrinsic ;
955
- type OverarchingCall = RuntimeCall ;
955
+ type RuntimeCall = RuntimeCall ;
956
956
}
957
957
958
958
parameter_types ! {
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ where
742
742
RuntimeCall : From < C > ,
743
743
{
744
744
type Extrinsic = UncheckedExtrinsic ;
745
- type OverarchingCall = RuntimeCall ;
745
+ type RuntimeCall = RuntimeCall ;
746
746
}
747
747
748
748
parameter_types ! {
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ impl<C> frame_system::offchain::SendTransactionTypes<C> for Runtime
162
162
where
163
163
RuntimeCall : From < C > ,
164
164
{
165
- type OverarchingCall = RuntimeCall ;
165
+ type RuntimeCall = RuntimeCall ;
166
166
type Extrinsic = UncheckedExtrinsic ;
167
167
}
168
168
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ impl<C> frame_system::offchain::SendTransactionTypes<C> for Runtime
626
626
where
627
627
RuntimeCall : From < C > ,
628
628
{
629
- type OverarchingCall = RuntimeCall ;
629
+ type RuntimeCall = RuntimeCall ;
630
630
type Extrinsic = UncheckedExtrinsic ;
631
631
}
632
632
You can’t perform that action at this time.
0 commit comments