mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 06:35:45 +00:00
compact Permill (#1522)
This commit is contained in:
committed by
Bastian Köcher
parent
2492931944
commit
b14917e63f
@@ -98,10 +98,10 @@ decl_module! {
|
|||||||
|
|
||||||
/// (Re-)configure this module.
|
/// (Re-)configure this module.
|
||||||
fn configure(
|
fn configure(
|
||||||
proposal_bond: Permill,
|
#[compact] proposal_bond: Permill,
|
||||||
#[compact] proposal_bond_minimum: T::Balance,
|
#[compact] proposal_bond_minimum: T::Balance,
|
||||||
#[compact] spend_period: T::BlockNumber,
|
#[compact] spend_period: T::BlockNumber,
|
||||||
burn: Permill
|
#[compact] burn: Permill
|
||||||
) {
|
) {
|
||||||
<ProposalBond<T>>::put(proposal_bond);
|
<ProposalBond<T>>::put(proposal_bond);
|
||||||
<ProposalBondMinimum<T>>::put(proposal_bond_minimum);
|
<ProposalBondMinimum<T>>::put(proposal_bond_minimum);
|
||||||
|
|||||||
Reference in New Issue
Block a user