mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 10:41:09 +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.
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user