mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Expose BountyUpdatePeriod. (#7921)
This commit is contained in:
@@ -185,7 +185,7 @@ pub enum BountyStatus<AccountId, BlockNumber> {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// Note :: For backward compatability reasons,
|
// Note :: For backward compatibility reasons,
|
||||||
// pallet-bounties uses Treasury for storage.
|
// pallet-bounties uses Treasury for storage.
|
||||||
// This is temporary solution, soon will get replaced with
|
// This is temporary solution, soon will get replaced with
|
||||||
// Own storage identifier.
|
// Own storage identifier.
|
||||||
@@ -270,6 +270,9 @@ decl_module! {
|
|||||||
/// The delay period for which a bounty beneficiary need to wait before claim the payout.
|
/// The delay period for which a bounty beneficiary need to wait before claim the payout.
|
||||||
const BountyDepositPayoutDelay: T::BlockNumber = T::BountyDepositPayoutDelay::get();
|
const BountyDepositPayoutDelay: T::BlockNumber = T::BountyDepositPayoutDelay::get();
|
||||||
|
|
||||||
|
/// Bounty duration in blocks.
|
||||||
|
const BountyUpdatePeriod: T::BlockNumber = T::BountyUpdatePeriod::get();
|
||||||
|
|
||||||
/// Percentage of the curator fee that will be reserved upfront as deposit for bounty curator.
|
/// Percentage of the curator fee that will be reserved upfront as deposit for bounty curator.
|
||||||
const BountyCuratorDeposit: Permill = T::BountyCuratorDeposit::get();
|
const BountyCuratorDeposit: Permill = T::BountyCuratorDeposit::get();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user