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 beae7ba commit f40dc50Copy full SHA for f40dc50
benchmarking/src/mock.rs
@@ -63,6 +63,7 @@ impl frame_system::Config for Test {
63
type OnNewAccount = ();
64
type OnKilledAccount = (Balances,);
65
type SystemWeightInfo = ();
66
+ type SS58Prefix = ();
67
}
68
parameter_types! {
69
pub const ExistentialDeposit: Balance = 10;
src/mock.rs
@@ -116,6 +116,7 @@ impl frame_system::Config for Runtime {
116
117
type OnKilledAccount = ();
118
119
120
121
122
0 commit comments