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 f89027c commit 48cb351Copy full SHA for 48cb351
src/mock.rs
@@ -78,6 +78,7 @@ impl frame_system::Config for Test {
78
type OnNewAccount = ();
79
type OnKilledAccount = ();
80
type SystemWeightInfo = ();
81
+ type SS58Prefix = ();
82
}
83
84
parameter_types! {
0 commit comments