Fix wrong deposit amount in council voters. (#2562)

* Fix wrong deposit amount in council voters.

* Fix some build

* make it all compile.. so far.

* Fix

* break build

* Okay fix it again
This commit is contained in:
Kian Paimani
2021-03-17 13:13:43 +01:00
committed by GitHub
parent de6a2573cd
commit c507a4db42
10 changed files with 230 additions and 66 deletions
-7
View File
@@ -961,13 +961,6 @@ impl pallet_proxy::Config for Runtime {
type AnnouncementDepositFactor = AnnouncementDepositFactor;
}
pub struct CustomOnRuntimeUpgrade;
impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
fn on_runtime_upgrade() -> frame_support::weights::Weight {
0
}
}
construct_runtime! {
pub enum Runtime where
Block = Block,