put max votes into metadata (#6114)

This commit is contained in:
thiolliere
2020-05-22 15:08:51 +02:00
committed by GitHub
parent 18d4fa10d2
commit 40f3c7348e
+3
View File
@@ -652,6 +652,9 @@ decl_module! {
/// The amount of balance that must be deposited per byte of preimage stored.
const PreimageByteDeposit: BalanceOf<T> = T::PreimageByteDeposit::get();
/// The maximum number of votes for an account.
const MaxVotes: u32 = T::MaxVotes::get();
fn deposit_event() = default;
fn on_runtime_upgrade() -> Weight {