mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
* Added config for ChildBountyManager type in bounties. * Update Cargo.lock Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Generated
+163
-163
File diff suppressed because it is too large
Load Diff
@@ -757,6 +757,7 @@ impl pallet_bounties::Config for Runtime {
|
|||||||
type BountyUpdatePeriod = BountyUpdatePeriod;
|
type BountyUpdatePeriod = BountyUpdatePeriod;
|
||||||
type BountyCuratorDeposit = BountyCuratorDeposit;
|
type BountyCuratorDeposit = BountyCuratorDeposit;
|
||||||
type BountyValueMinimum = BountyValueMinimum;
|
type BountyValueMinimum = BountyValueMinimum;
|
||||||
|
type ChildBountyManager = ();
|
||||||
type DataDepositPerByte = DataDepositPerByte;
|
type DataDepositPerByte = DataDepositPerByte;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type MaximumReasonLength = MaximumReasonLength;
|
type MaximumReasonLength = MaximumReasonLength;
|
||||||
|
|||||||
@@ -788,6 +788,7 @@ impl pallet_bounties::Config for Runtime {
|
|||||||
type BountyUpdatePeriod = BountyUpdatePeriod;
|
type BountyUpdatePeriod = BountyUpdatePeriod;
|
||||||
type BountyCuratorDeposit = BountyCuratorDeposit;
|
type BountyCuratorDeposit = BountyCuratorDeposit;
|
||||||
type BountyValueMinimum = BountyValueMinimum;
|
type BountyValueMinimum = BountyValueMinimum;
|
||||||
|
type ChildBountyManager = ();
|
||||||
type DataDepositPerByte = DataDepositPerByte;
|
type DataDepositPerByte = DataDepositPerByte;
|
||||||
type MaximumReasonLength = MaximumReasonLength;
|
type MaximumReasonLength = MaximumReasonLength;
|
||||||
type WeightInfo = weights::pallet_bounties::WeightInfo<Runtime>;
|
type WeightInfo = weights::pallet_bounties::WeightInfo<Runtime>;
|
||||||
|
|||||||
Reference in New Issue
Block a user