Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
compact Permill (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 authored and bkchr committed Jan 22, 2019
1 parent 8cd437a commit 9edfc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srml/treasury/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9edfc24

Please sign in to comment.