We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92c6c1 commit db101ddCopy full SHA for db101dd
src/mock.rs
@@ -69,6 +69,7 @@ impl frame_system::Config for Test {
69
type OnNewAccount = ();
70
type OnKilledAccount = ();
71
type SystemWeightInfo = ();
72
+ type SS58Prefix = ();
73
}
74
75
parameter_types! {
0 commit comments