Skip to content
Snippets Groups Projects
Unverified Commit 41bdac4a authored by bgallois's avatar bgallois
Browse files

fix after merge

parent 6cec1103
Branches
Tags
1 merge request!187Distance pallet benchmark
Pipeline #34180 waiting for manual action
...@@ -5773,7 +5773,7 @@ dependencies = [ ...@@ -5773,7 +5773,7 @@ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
"frame-system", "frame-system",
"getrandom 0.2.10", "getrandom 0.2.8",
"pallet-authority-members", "pallet-authority-members",
"pallet-authorship", "pallet-authorship",
"pallet-balances", "pallet-balances",
......
...@@ -236,13 +236,12 @@ impl pallet_identity::Config for Test { ...@@ -236,13 +236,12 @@ impl pallet_identity::Config for Test {
type IdtyData = (); type IdtyData = ();
type IdtyNameValidator = IdtyNameValidatorTestImpl; type IdtyNameValidator = IdtyNameValidatorTestImpl;
type IdtyIndex = u32; type IdtyIndex = u32;
type AccountLinker = ();
type IdtyRemovalOtherReason = (); type IdtyRemovalOtherReason = ();
type NewOwnerKeySigner = UintAuthorityId; type Signer = UintAuthorityId;
type NewOwnerKeySignature = TestSignature; type Signature = TestSignature;
type OnIdtyChange = (); type OnIdtyChange = ();
type RemoveIdentityConsumers = (); type RemoveIdentityConsumers = ();
type RevocationSigner = UintAuthorityId;
type RevocationSignature = TestSignature;
type RuntimeEvent = RuntimeEvent; type RuntimeEvent = RuntimeEvent;
type WeightInfo = (); type WeightInfo = ();
#[cfg(feature = "runtime-benchmarks")] #[cfg(feature = "runtime-benchmarks")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment