mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
put max votes into metadata (#6114)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user