Skip to content

Commit

Permalink
Use the exact same stake pot name
Browse files Browse the repository at this point in the history
  • Loading branch information
Moliholy committed Jan 24, 2025
1 parent d6cdbe7 commit a41626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ impl pallet_aura::Config for Runtime {
}

parameter_types! {
pub const PotId: PalletId = PalletId(*b"StakePot");
pub const PotId: PalletId = PalletId(*b"PotStake");
pub const ExtraRewardPotId: PalletId = PalletId(*b"ExtraPot");
pub const MaxCandidates: u32 = 15;
pub const MinEligibleCollators: u32 = 2;
Expand Down
2 changes: 1 addition & 1 deletion runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ impl pallet_aura::Config for Runtime {
}

parameter_types! {
pub const PotId: PalletId = PalletId(*b"StakePot");
pub const PotId: PalletId = PalletId(*b"PotStake");
pub const ExtraRewardPotId: PalletId = PalletId(*b"ExtraPot");
pub const MaxCandidates: u32 = 15;
pub const MinEligibleCollators: u32 = 2;
Expand Down

0 comments on commit a41626a

Please sign in to comment.