We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930a450 commit db44146Copy full SHA for db44146
eco-tests/src/mock.rs
@@ -88,6 +88,8 @@ impl pallet_balances::Config for Test {
88
impl pallet_shield::Config for Test {
89
type AuthorityId = sp_core::sr25519::Public;
90
type FindAuthors = ();
91
+ type RuntimeCall = RuntimeCall;
92
+ type ExtrinsicDecryptor = ();
93
type WeightInfo = ();
94
}
95
0 commit comments