impl pallet_duniter_test_parameters::Config for Runtime {
// [...]
type PeriodCount = Balance;
}
Why would a period count be a balance?
impl pallet_duniter_test_parameters::Config for Runtime {
// [...]
type PeriodCount = Balance;
}
Why would a period count be a balance?