Skip to content

Commit

Permalink
chore: move dev rewards config closer to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Mar 27, 2023
1 parent 02060eb commit 5be160c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ impl pallet_block_rewards::Config for Runtime {
type AdminOrigin = EnsureRootOr<HalfOfCouncil>;
type AuthorityId = AuraId;
type Balance = Balance;
type Beneficiary = ();
type Beneficiary = Treasury;
type Currency = Tokens;
type Domain = BlockRewardsDomain;
type MaxChangesPerSession = MaxChangesPerEpoch;
Expand All @@ -1730,7 +1730,7 @@ impl pallet_block_rewards::Config for Runtime {
type StakeCurrencyId = BlockRewardCurrency;
type StakeGroupId = CollatorGroupId;
type Weight = u64;
type WeightInfo = ();
type WeightInfo = weights::pallet_block_rewards::WeightInfo<Runtime>;
}

// Frame Order in this block dictates the index of each one in the metadata
Expand Down

0 comments on commit 5be160c

Please sign in to comment.