compact Permill (#1522)

This commit is contained in:
thiolliere
2019-01-22 15:17:26 +01:00
committed by Bastian Köcher
parent 2492931944
commit b14917e63f
+2 -2
View File
@@ -98,10 +98,10 @@ decl_module! {
/// (Re-)configure this module.
fn configure(
proposal_bond: Permill,
#[compact] proposal_bond: Permill,
#[compact] proposal_bond_minimum: T::Balance,
#[compact] spend_period: T::BlockNumber,
burn: Permill
#[compact] burn: Permill
) {
<ProposalBond<T>>::put(proposal_bond);
<ProposalBondMinimum<T>>::put(proposal_bond_minimum);