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 37b424a commit 0e88409Copy full SHA for 0e88409
src/tests.rs
@@ -80,6 +80,7 @@ impl frame_system::Config for Test {
80
type OnNewAccount = ();
81
type OnKilledAccount = ();
82
type SystemWeightInfo = ();
83
+ type SS58Prefix = ();
84
}
85
parameter_types! {
86
pub const ExistentialDeposit: u64 = 1;
0 commit comments