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 0cb0eeb commit 6aa61dbCopy full SHA for 6aa61db
benchmarking/src/mock.rs
@@ -67,6 +67,7 @@ impl frame_system::Config for Test {
67
type OnNewAccount = ();
68
type OnKilledAccount = Balances;
69
type SystemWeightInfo = ();
70
+ type SS58Prefix = ();
71
}
72
parameter_types! {
73
pub const ExistentialDeposit: Balance = 10;
src/mock.rs
@@ -218,6 +218,7 @@ impl frame_system::Config for Test {
218
219
type OnKilledAccount = ();
220
221
222
223
224
impl pallet_timestamp::Config for Test {
0 commit comments