Skip to content

Commit

Permalink
Fix staking pallet config in other pallets mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 13, 2024
1 parent 3680d62 commit 20d57e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pallets/propagation/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ impl pallet_staking_extension::Config for Test {
type AttestationHandler = ();
type Currency = Balances;
type MaxEndpointLength = MaxEndpointLength;
type PckCertChainVerifier = pallet_staking_extension::pck::MockPckCertChainVerifier;
type Randomness = TestPastRandomness;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
Expand Down
1 change: 0 additions & 1 deletion pallets/registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ impl pallet_staking_extension::Config for Test {
type AttestationHandler = ();
type Currency = Balances;
type MaxEndpointLength = MaxEndpointLength;
type PckCertChainVerifier = pallet_staking_extension::pck::MockPckCertChainVerifier;
type Randomness = TestPastRandomness;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
Expand Down

0 comments on commit 20d57e6

Please sign in to comment.