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 7ca4247 commit e09c837Copy full SHA for e09c837
fuzzer/src/mock.rs
@@ -65,6 +65,7 @@ impl frame_system::Config for Test {
65
type OnNewAccount = ();
66
type OnKilledAccount = (Balances,);
67
type SystemWeightInfo = ();
68
+ type SS58Prefix = ();
69
}
70
parameter_types! {
71
pub const ExistentialDeposit: Balance = 10;
src/mock.rs
@@ -166,6 +166,7 @@ impl frame_system::Config for Test {
166
167
type OnKilledAccount = ();
168
169
170
171
impl pallet_balances::Config for Test {
172
type MaxLocks = MaxLocks;
0 commit comments